[FFmpeg-user] FFMPEG Stop Transcoding after few Minutes.

Dambar Raj Paudel er.drpaudel at gmail.com
Tue Sep 25 10:42:14 EEST 2018


Hello Team,
I am trying to transcode udp source stream to rtmp . It throws lots of
error like colorful message. One recurring message is Warning MV not
available. And after few minutes trans-coder stops.
Here is my ffmpeg script

ffmpeg -timeout 2000 -y -i 'udp://@
239.1.5.179:8002?fifo_size=1000000\&overrun_nonfatal' -pix_fmt yuv420p -s
640x360 -r 25 -subq 1 -qmax 60 -chromaoffset 0 -c:v libx264 -x264opts
frameref=3:chroma_me=0:bframes=0:constrained_intra=0:keyint=25:min-keyint=25:no-scenecut
-profile:v main -refs 3 -b:v 900k -level 3.1 -coder 1 -g 30 -keyint_min 30
-aspect 16:9 -c:a aac -strict experimental -b:a 64000 -ar 44100 -ac 2 -f
flv 'rtmp://admin:admin@192.168.2.200:1935/str/bbc.stream' &

Could you please help to solve this issue.
Kind regards
drpaudel


More information about the ffmpeg-user mailing list