|
Hi So I made it like this: IServerStream
serverStream = StreamUtils.createServerStream(scope SimplePlayItem
item = new SimplePlayItem(); item.setStart(0); item.setLength(286000); item.setName("one"); serverStream.addItem(item); item = new SimplePlayItem(); System.out.println(item.getLength()); item.setStart(286000); item.setLength(275000); item.setName("two"); serverStream.addItem(item); serverStream.setRepeat(true); serverStream.start(); It works I am using branch 0.5RC1. Another question is about this: item.setStart(286000); item.setLength(275000); Is it possible to make it somehow
automatically? Not to enter those values. And the final question is – how to
make LOOP. That means Thank you for any suggestion Tom From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Hi devs Is it already possible to handle streams? So you can create
one live stream User connects to server and see one stream Thanks a lot Tom PS: tutorial in Migration guide would be best – thanks
Joachim |
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
