11-03-05 10:45 PM
Hi Stefan,
print("FLV");
print(pack('C', 1 ));
print(pack('C', 1 ));
print(pack('N', 9 ));
print(pack('N', 9 ));
I think this is the code for flv header. So you need to echo it every =
time
to play stream as flv. Otherwise it wont be playable.=20
With Regards,
=20
Ritesh Jariwala (Actkid)
Freelance Developer=20
www.actkid.com
Company: www.synonymic.com
=20
=20
-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.
org] On Behalf Of Stefan =
Richter
Sent: Thursday, November 03, 2005 7:58 PM
To: 'FlashComm Mailing List'
Subject: RE: [FlashComm] RE: flv seeking via php - FAO Frederic
Frederic,
Looing at your php code
if($seekat !=3D 0) {
print("FLV");
print(pack('C', 1 ));
print(pack('C', 1 ));
print(pack('N', 9 ));
print(pack('N', 9 ));
}
You say that you don't really know exactly what each line does.Do you =
think
this piece of code is necessary? What would happen if we leave it out?
Stefan
-----------------------------------
Flashcomguru.com
Team Macromedia Flash
=20
> -----Original Message-----
> From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-
> bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Fr
=E9d=E9ric v. Bochmann
> Sent: 02 November 2005 18:33
> To: 'FlashComm Mailing List'
> Subject: RE: [FlashComm] RE: flv seeking via PHP
>=20
> This is way too much fun!
>=20
> I'm speechless!
>=20
>=20
> =3D-----------------------------------------------------------
> Supported by Fig Leaf Software - http://www.figleaf.com
> =3D-----------------------------------------------------------
>=20
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
=3D---------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=3D---------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
=-----------------------------------------------------------
Supported by Fig Leaf Software - http://www.figleaf.com
=-----------------------------------------------------------
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcomm
[ Post a follow-up to this message ]
|