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@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

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

Reply via email to