Hi,
I uncomment this line:
if (appScope == conn.getScope()) {
           serverStream = StreamUtils.createServerStream(appScope,
"live0");
           SimplePlayItem item = new SimplePlayItem();
           item.setStart(0);
           item.setLength(10000);
           item.setName("on2_flash8_w_audio");
           serverStream.addItem(item);
           item = new SimplePlayItem();
           item.setStart(20000);
           item.setLength(10000);
           item.setName("on2_flash8_w_audio");
           serverStream.addItem(item);
           serverStream.start();
           try {
               serverStream.saveAs("aaa", false);
               serverStream.saveAs("bbb", false);
           } catch (Exception e) {}
       }
i save the file, but nothing change from the "original" oflademo
application...

On 16/07/07, clemos <[EMAIL PROTECTED]> wrote:

hi stefano

you can start with oflaDemo:
in "Application.java", there are some commented lines which will
somewhat do what you try to do.
it creates a live stream, and adds video files into it, and plays it,
so that all the clients have the same content at the same time.
I think it is close to what you want for your app...

+++++++
clément

On 7/16/07, Stefano <[EMAIL PROTECTED]> wrote:
> Hi, I want to create an application that stram my video file like a
> television...for example, if some1 go to my site and i start the stream
5:00
> min ago, he will see the video to 5:01 in ahead.
> This application exist, or i should create it?
> thanks all :-P
> _______________________________________________
> Red5 mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
>

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

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

Reply via email to