Re: [Live-devel] Streaming H.264 with MPEG2TS via BasicUDPSink

2013-08-03 Thread Ross Finlayson
> I'm trying to use live555 to stream H.264 video which is encoded by x264 and > the video source is webcam. > > I’ve tried > - Write my own FramedSource subclass based on DeviceSource > - Use my own FramedSource, H264VideoStreamFramer and > H264VideoRTPSink to stream by RTP.

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,