[Red5] Client problem

AleAmex ale_ame at libero.it
Fri Dec 21 04:07:04 PST 2007


Hi all,
I've developed a server that BROADCAST scheduled flv video with something
like this:

        IServerStream tempServerStream =
StreamUtils.createServerStream(myScope, "Canale1");
        SimplePlayItem item = new SimplePlayItem();
 
        item.setName("video.flv");
        tempServerStream.addItem(item);
                                       
        tempServerStream.start();

I know my application is available at address rtmp://my_url/tv

How can I get the stream with a simple rtmp client? if I open a flv player
on rtmp://my_url/tv i can't get it, neither with rtmp://my_url/tv/Canale1.
How can I see it with a simple flash player?

Please really need an help!
Thank you all
-- 
View this message in context: http://www.nabble.com/Client-problem-tp14454411p14454411.html
Sent from the Red5 - English mailing list archive at Nabble.com.




More information about the Red5 mailing list