I have the following code:
serverStream = StreamUtils.createServerStream (appScope, "liveX");
SimplePlayItem item = new SimplePlayItem();
item.setStart(0);
item.setLength(200000);
item.setName("dynamic.flv");
serverStream.addItem(item);
serverStream.start();
Another process has open the file and adds frames to this.
The objective is that the file is Streamed while is modified by the other process.
Some idea?
_______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
