[FFmpeg-user] ffmpeg hanging indefinately if streaming connection dies
Rob Hallam
ffmpeg at roberthallam.com
Wed Aug 13 11:40:40 EEST 2025
On Tue, 12 Aug 2025 at 22:10, Andrew Wood via ffmpeg-user
<ffmpeg-user at ffmpeg.org> wrote:
> This is the full command:
>
> ffmpeg -y -loglevel fatal -i rtsp://192.168.111.2:554 -acodec copy
> -vcodec copy -metadata title=MyVideo /path/to/video.mp4
As a general tip: since the command is not working as you expected, it
may help to remove '-loglevel fatal', which will cause only
non-recoverable errors to be printed.
As Ferdi mentioned, sharing the full, uncut console output (without
errors suppressed) from an instance where you have the problem will
help others help you.
Cheers,
Rob
More information about the ffmpeg-user
mailing list