|
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 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();
|
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
