Hi guys,

Great work on the Red5 server.  Its an amazing piece of software.

I've been working on implementing a live streaming app, but I also need it 
to record the live stream, but I've found that if you publish the stream 
using "record", then the subscribers don't get the live stream when they 
play it.  They only get the recorded stream.  This is what I'm doing:

Publisher:
     mystream.publish("streamName", "record");  // red5 starts recording the 
stream on the server

Subscriber:
     mystream.play("streamName", -1); // this should play a live stream, but 
it plays nothing.

If I do:
     mystream.play("streamName");  // the stream will start playing from the 
beginning of the recorded stream, not the live stream.

I really need a solution for this quickly... any hints on where I can look 
to try to modify this behavior?  Thank you.

-Costin

_________________________________________________________________
Stay up-to-date with your friends through the Windows Live Spaces friends 
list. 
http://clk.atdmt.com/MSN/go/msnnkwsp0070000001msn/direct/01/?href=http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mk


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

Reply via email to