[FFmpeg-user] http timeout not working?

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Nov 12 10:34:25 CET 2014


Brandon Lees <f4lconx <at> gmail.com> writes:

> I'm using ffmpeg to capture video from an ip camera using:
> 
> ffmpeg -y -f mjpeg -analyzeduration 0 -probesize 32
> -use_wallclock_as_timestamps 1 -timeout 10 -i http://

This malicious option takes ns so you probably want:
-timeout 10000000

Carl Eugen



More information about the ffmpeg-user mailing list