[FFmpeg-user] FFmpeg is shutting down when concating segmented files and outputting to UDP

Sagar Lakhani lakhani.sagar at gmail.com
Thu Mar 28 07:32:12 EET 2019


I am sorry for the late reply, i found another way of doing the same.
the command i was using in concat script was

ffmpeg -y -re -safe 0 -report -loglevel warning -i "${concat_pls:?}" -codec
copy -b 4000k -minrate 4000k -maxrate 4000k -bufsize 1835k -copyts  -strict
-2 -mpegts_service_id $PID -f mpegts -localaddr $ipout
udp://$outip:$outport?pkt_size=1316

and the ffmpeg was shutting down on its own, i am also sorry that currently
i don't have the report or console log from the ffmpeg, but i am sure that
there was nothing there in the report when it is shutting down.


On Thu, Feb 14, 2019 at 12:04 AM Ted Park <kumowoon1025 at gmail.com> wrote:

> > a problem in which the ffmpeg shut down automatically in 2-3
> > days
>
>
> >  log files are generated in order of 100s of gbs
>
> wow.
>
> I am curious, but you haven’t told us anything about the command except
> that it crashes.
> The “open file limit” is probably one of several limits the process was
> nearing.
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list