Opened 9 years ago
Last modified 8 years ago
#5664 new enhancement
Reconnect ONLY 4 seconds
Reported by: | Ultrapower | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avformat |
Version: | git-master | Keywords: | http |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Hello,
with the "reconnect_delay_max" Option FFmpeg is waiting max. 4294ms until reconnect.
If a Stream is down for more than 4 Seconds FFmpeg will NOT reconnect anymore '''
Can somebody increase the Delay please ?
Change History (5)
comment:1 by , 9 years ago
Component: | ffmpeg → avformat |
---|---|
Keywords: | http added |
Priority: | important → normal |
comment:2 by , 9 years ago
ffmpeg and then -reconnect 1 -reconnect_at_eof 1 -reconnect_streamed 1 -reconnect_delay_max 4294
After 4294 comes the -i (Input and so on).
As you can see FFmpeg allows only 4294 Milliseconds, thats really low value. After 4 Seconds FFmpeg stops if the Input Stream remains Offline.
Could you please increase the Limit to lets say 1 hour or more ?
comment:5 by , 8 years ago
Still same ... ffmpeg abort connection - no reconnect if the source goes down for a while!
Please explain how this can be reproduced, provide the command line you tested together with the complete, uncut console output to make this a valid ticket.