Macromedia Flash Server - Streaming FLV from PHP???

This is Interesting: Free IT Magazines  
Home > Archive > Macromedia Flash Server > October 2005 > Streaming FLV from PHP???





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Streaming FLV from PHP???
Sean Moran

2005-10-24, 9:14 am

I hadn't seen this mentioned yet...
http://www.leaveitbehind.com/code/2...ming_video.html

Video sample at
http://stream.fellowshipchurch.com/mediaconsole/




=-----------------------------------------------------------
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

Naicu Octavian

2005-10-24, 9:14 am

Interesting. In the comments of the second part he
also talks about a live video solution..remains to be
seen!

--- Sean Moran <sean-mzx94KdJ7Zk@public.gmane.org> wrote:

> I hadn't seen this mentioned yet...
>

http://www.leaveitbehind.com/code/2...ming_video.html
>=20
> Video sample at
> http://stream.fellowshipchurch.com/mediaconsole/
>=20
>=20
>=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
>=20




=09
=09
__________________________________=20
Yahoo! Mail - PC Magazine Editors' Choice 2005=20
http://mail.yahoo.com

=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

Sean Moran

2005-10-24, 9:14 am

Yes VERY interesting. Excellent encoding too. I hadn't found anyone
here at MAX that had seen it.


=-----------------------------------------------------------
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

Alfonso Florio

2005-10-24, 9:14 am

It is simply incredible.

I've decompiled the player... it points to
http://192.168.0.104/flv/flvseek3.php

for the rest is the normal code for a progressive download -

nc = new NetConnection();
nc.connect(null);

but you can seek the video

ns.play(file); where the file is http://192.168.0.104/flv/flvseek3.php

hope to keep hands on this!



At 01.44 20/10/2005, you wrote:
>Yes VERY interesting. Excellent encoding too. I hadn't found anyone
>here at MAX that had seen it.
>
>
>=-----------------------------------------------------------
>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



=-----------------------------------------------------------
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

Stefan Richter

2005-10-24, 9:14 am

Interesting.

How come the connection is made to a local, private IP address?

Stefan



> -----Original Message-----
> From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org [mailto:flashcomm-
> bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Alfonso Florio
> Sent: 20 October 2005 09:44
> To: FlashComm Mailing List
> Subject: Re: [FlashComm] Streaming FLV from PHP???
>
> It is simply incredible.
>
> I've decompiled the player... it points to
> http://192.168.0.104/flv/flvseek3.php
>
> for the rest is the normal code for a progressive download -
>
> nc = new NetConnection();
> nc.connect(null);
>
> but you can seek the video
>
> ns.play(file); where the file is http://192.168.0.104/flv/flvseek3.php
>
> hope to keep hands on this!
>
>
>
> At 01.44 20/10/2005, you wrote:
>
>
> =-----------------------------------------------------------
> 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



=-----------------------------------------------------------
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

Michael D. Randolph

2005-10-24, 9:14 am

I would love to know how this works :-)

Michael Randolph
IMAGE PLANT
(973) 244-9220
mrandolph-PMb9m0z8LQpWk0Htik3J/w@public.gmane.org

-----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, October 20, 2005 7:19 AM
To: 'FlashComm Mailing List'
Subject: RE: [FlashComm] Streaming FLV from PHP???

Interesting.

How come the connection is made to a local, private IP address?

Stefan



> -----Original Message-----
> From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org [mailto:flashcomm-
> bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of Alfonso Florio
> Sent: 20 October 2005 09:44
> To: FlashComm Mailing List
> Subject: Re: [FlashComm] Streaming FLV from PHP???
>=20
> It is simply incredible.
>=20
> I've decompiled the player... it points to
> http://192.168.0.104/flv/flvseek3.php
>=20
> for the rest is the normal code for a progressive download -
>=20
> nc =3D new NetConnection();
> nc.connect(null);
>=20
> but you can seek the video
>=20
> ns.play(file); where the file is http://192.168.0.104/flv/flvseek3.php
>=20
> hope to keep hands on this!
>=20
>=20
>=20
> At 01.44 20/10/2005, you wrote:
>=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

. m a r c o s a u g u s t o

2005-10-24, 9:14 am

Really cool..... if you plan to make it open-source dont forget
www.osflash.org/red5

check out the presentation on the osflash conference tomorrow.

On 10/20/05, Michael D. Randolph <mrandolph-BLI8p3VsWNHtqXgxI/4nyg@public.gmane.org> wrote:
> I would love to know how this works :-)
>
> Michael Randolph
> IMAGE PLANT
> (973) 244-9220
> mrandolph-PMb9m0z8LQpWk0Htik3J/w@public.gmane.org
>
> -----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, October 20, 2005 7:19 AM
> To: 'FlashComm Mailing List'
> Subject: RE: [FlashComm] Streaming FLV from PHP???
>
> Interesting.
>
> How come the connection is made to a local, private IP address?
>
> Stefan
>
>
>
>
>
> =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
>



--
.. m a r c o s a u g u s t o ;

=-----------------------------------------------------------
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

Ritesh Jariwala

2005-10-24, 9:14 am

I see whole thing, here I can guess using php file io functions and just
dumping out flv file.

http://stream.fellowshipchurch.com/...file=20051016_b
est (any one can check out)

While if you want to seek flv file you can easly seek it by using seek file
io functions in php.


With Regards,

Ritesh Jariwala (Actkid)
Freelance Developer
www.actkid.com
Company: www.synonymic.com


-----Original Message-----
From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
[mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of . m a r c o s
a u g u s t o
Sent: Thursday, October 20, 2005 9:35 PM
To: FlashComm Mailing List
Subject: Re: [FlashComm] Streaming FLV from PHP???

Really cool..... if you plan to make it open-source dont forget
www.osflash.org/red5

check out the presentation on the osflash conference tomorrow.

On 10/20/05, Michael D. Randolph <mrandolph-BLI8p3VsWNHtqXgxI/4nyg@public.gmane.org> wrote:
> I would love to know how this works :-)
>
> Michael Randolph
> IMAGE PLANT
> (973) 244-9220
> mrandolph-PMb9m0z8LQpWk0Htik3J/w@public.gmane.org
>
> -----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, October 20, 2005 7:19 AM
> To: 'FlashComm Mailing List'
> Subject: RE: [FlashComm] Streaming FLV from PHP???
>
> Interesting.
>
> How come the connection is made to a local, private IP address?
>
> Stefan
>
>
>
>
>
> =-----------------------------------------------------------
> 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
>
>
>
> -----------------------------------------------------------
> 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
>



--
.. m a r c o s a u g u s t o ;

=---------------------------------------------------------
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



=-----------------------------------------------------------
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

Joeri van Oostveen

2005-10-24, 9:14 am

ah man, I would really like to see the php code of this, how it's
works with dealing with flvs this way... :/

gr.
Joeri

On 10/20/05, Ritesh Jariwala <me-yepUNE9fm2vQT0dZR+AlfA@public.gmane.org> wrote:
> I see whole thing, here I can guess using php file io functions and just
> dumping out flv file.
>
> http://stream.fellowshipchurch.com/...p?file=3D20051=

016_b
> est (any one can check out)
>
> While if you want to seek flv file you can easly seek it by using seek fi=

le
> io functions in php.
>
>
> With Regards,
>
> Ritesh Jariwala (Actkid)
> Freelance Developer
> www.actkid.com
> Company: www.synonymic.com
>
>
> -----Original Message-----
> From: flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org
> [mailto:flashcomm-bounces-1Ss2GqJETD3yZ38Mhd3e/9ZfFG6BLHNm@public.gmane.org] On Behalf Of . m a r c o=

s
> a u g u s t o
> Sent: Thursday, October 20, 2005 9:35 PM
> To: FlashComm Mailing List
> Subject: Re: [FlashComm] Streaming FLV from PHP???
>
> Really cool..... if you plan to make it open-source dont forget
> www.osflash.org/red5
>
> check out the presentation on the osflash conference tomorrow.
>
> On 10/20/05, Michael D. Randolph <mrandolph-BLI8p3VsWNHtqXgxI/4nyg@public.gmane.org> wrote:
p[vbcol=seagreen]
>
>
> --
> . m a r c o s a u g u s t o ;
>
> =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
>
>
>
> =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

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com