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