[Live-devel] Problem with H264VideoRTPSink to VLC

2016-05-29 Thread gaoxin
Hi, I'am a beginner to use Live555, so my problem maybe quite simple. I have read Live555 FAQ and searched on google . Finally I have to post a message to maillist for help. I try to receive H.264 stream from IP camera, and send it to VLC on anther host. VLC is open URL "rtp://@:12345". Noti

Re: [Live-devel] Problem with H264VideoRTPSink to VLC

2016-05-29 Thread Ross Finlayson
Your problem, I think, is that “H264VideoRTPSink” requires a “H264VideoStreamFramer” (or a “H264VideoStreamDiscreteFramer”) as input. But that’s not happening if you try to feed the output of “openRTSP” (a raw H.264 video stream) into a “H264VideoRTPSink”. However, a much better way to do wha