Re: [Live-devel] testRTSPClient doesn't receive sdp after issuing describe request

2013-08-05 Thread Joshua Kordani
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

Re: [Live-devel] testRTSPClient doesn't receive sdp after issuing describe request

2013-08-03 Thread Ross Finlayson
> 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 blockin

[Live-devel] testRTSPClient doesn't receive sdp after issuing describe request

2013-08-03 Thread Joshua Kordani
Greetings all I am trying to figure out what I need to do to use liveMedia to source an h264 stream. 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,