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