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.

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

2013-07-30 Thread 李威
Greetings, I’m a new to live555. 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 H264VideoRTP