Re: [FFmpeg-user] ffmpeg hanging indefinately if streaming connection dies

2025-08-13 Thread Andrew Wood via ffmpeg-user
On 13/08/2025 14:05, Rob Hallam wrote: Does the timeout option make any difference? [1] Something may have changed in default behaviour; eg [2] reports a previously hardcoded 10 seconds. Cheers, Rob Ive tried -timeout and -rw_timeout neither of which are making any difference. Thanks A

Re: [FFmpeg-user] ffmpeg hanging indefinately if streaming connection dies

2025-08-13 Thread Andrew Wood via ffmpeg-user
On 13/08/2025 09:40, Rob Hallam wrote: On 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. When it hangs it just stops at this: ffmpeg -i rtsp://192.168.111.2:554 -acodec copy -vcodec

Re: [FFmpeg-user] ffmpeg hanging indefinately if streaming connection dies

2025-08-12 Thread Andrew Wood via ffmpeg-user
On 12/08/2025 22:02, Ferdi Scholten wrote: On 12-08-2025 22:35, Andrew Wood via ffmpeg-user wrote: Ive just upgraded to ffmpeg 5.1.6 (the version that comes with Debian 12) from an older version. A command which has worked fine for years recording a camera rtsp stream and automatically

[FFmpeg-user] ffmpeg hanging indefinately if streaming connection dies

2025-08-12 Thread Andrew Wood via ffmpeg-user
Ive just upgraded to ffmpeg 5.1.6 (the version that comes with Debian 12) from an older version. A command which has worked fine for years recording a camera rtsp stream and automatically exiting if the camera connection dies has now started hanging forever if the camera stops responding. Has