> It would transpire that the onDemandRTSP server doesn't open stdin or pull 
> data from it until it gets an RTSP request from the outside world.  But our 
> encoder is pushing data out on stdout continuously.

Why is it doing that?  Is it doing non-blocking writes to ’stdout’?  If so, 
then it probably shouldn’t.  If you do blocking writes to ’stdout’, and nothing 
is currently reading from the other side, then your encoder will just block 
until the other side needs data.


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/


_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to