Thanks for the code! It's always best to control things from server-side!

I have a playlist of VOD streams, the most recent of which would be
incomplete (currently being written). I had then thought of doing the
seeking from the client end based on difference between the start time
of the VOD item and the current time.
May I add another question, is it less effecient to stream live TV as
VOD and more effecient to for people to subcribe to the one live
stream? However, VOD seems to maintain quality better than live; I
don't know if despite this advantage, VOD would be too expensive
in terms of resources.

I have no idea why the live stream would be slow...Have you tried
seeing if there would be a performance improvement if you do the
seek message to red5 directly from the flash client end?



Success! More or less....
I 've hacked ClientBroadcastStream and commented
//msg.setBody(rtmpEvent);
//msg.getBody().setTimestamp(thisTime);



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

Reply via email to