> 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.
> 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
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,