Re: [Live-devel] "MultiFramedRTPSource::doGetNextFrame1(): The total received frame size exceeds the client's buffer size in Using MPEG-2 Transport Stream, coming from a live UDP (raw-UDP or RTP/UDP)

2017-01-08 Thread taha
I am using ffmpeg to send ts file via udp. Command used for FFMPEG is : ffmpeg -i output.ts -f mpegts udp://127.0.0.1:1135 And i have used TestOnDemandRTSPServer.cpp which is attached. But when recieved RTSP on "rtsp://192.168.100.217:8554/mpeg2Ts" via openRTSP , the resultant output file is no

Re: [Live-devel] RTSP USB Webcam Stream Server

2017-01-08 Thread Shrikant Dasari
Hi, Thanks for the reply. I have changed the reuseFirstSource to true and I have replaced the test.* to input device filename as /dev/video0. But after running the testOnDemandRTSPServer, connected camera is not starting at all. Please tell the required changes. If possible please provide the sour