So, actually. Anyone from core devs know now, when such feature is ready to use?

 

Thanks

 

Tom

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dan Rossi
Sent: Monday, September 11, 2006 5:57 PM
To: [email protected]
Subject: Re: [Red5] Server side playlist

 

Tom Krcha wrote:

 

 

The question is:

How to omit setStart and setLength?

 

That it will look like this:

 

item = new SimplePlayItem();

            item.setName("firstmovie");

            serverStream.addItem(item);

           

            item = new SimplePlayItem();

            item.setName("secondmovie");

            serverStream.addItem(item);

 

            serverStream.setRepeat(true);

            serverStream.start();

 


Hi, i dont even know if its working yet you have to set the length yourself, i think i saw a method on how to do this somewhere, some examples would be good ! Ive been told the set repeat doesnt work, you have to build your own playitem class or something yourself ? Repeating a serverside playlist would be nice, i think streaming buffer times is prob the most important thing to fix though.

_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to