Hi,

This patch adds 2 options to http:
- reconnect_on_status - a list of http status codes that should be retried. the 
list can contain explicit status codes or the strings 4xx/5xx.
- reconnect_on_err - reconnects on arbitrary errors during connect, e.g. 
ECONNRESET/ETIMEDOUT.

The retry employs the same exponential backoff logic as the existing 
reconnect/reconnect_at_eof flags.

Related tickets:
https://trac.ffmpeg.org/ticket/6066
https://trac.ffmpeg.org/ticket/7768

Thanks!

Eran

Attachment: 0001-http-support-retry-on-connection-error.patch
Description: 0001-http-support-retry-on-connection-error.patch

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to