[Live-devel] testRTSPClient doesn't receive sdp after issuing describe request
Ross Finlayson
finlayson at live555.com
Sat Aug 3 04:02:52 PDT 2013
> I am using a BasicTaskScheduler, passed to a BasicUsageEnvironment, passed to an RTSPServer and a ServerMediaSession, in which I add a subsession of type
> MPEG4VideoFileServerMediaSubsession, which is configured to read data from a pipe.
I suspect that your problem is that you are blocking while reading from the pipe. Because LIVE555 applications are single-threaded, you can't do that. You need to make sure that reads from the pipe are non-blocking (& asynchronous).
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20130803/942693c2/attachment.html>
More information about the live-devel
mailing list