[Live-devel] testRTSPClient doesn't receive sdp after issuing describe request
Joshua Kordani
jkordani at lsa2.com
Mon Aug 5 07:57:05 PDT 2013
It can't be because I'm using a MPEG4 video subsession instead of an
H264? I made this change and I am further along. My original question
still stands though, and that is, where can I go to read up on how to
properly stand up this kind of stream?
Josh
On 8/3/13 7:02 AM, Ross Finlayson wrote:
>> 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/
>
>
>
> _______________________________________________
> live-devel mailing list
> live-devel at lists.live555.com
> http://lists.live555.com/mailman/listinfo/live-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20130805/ad99236b/attachment.html>
More information about the live-devel
mailing list