Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #195944

Category ffmpeg
Changed by Derek Buitenhuis <derek.buitenhuisohnoyoudont@gmail.com>
Changed at Thu 25 Apr 2024 15:19:50
Repository https://git.ffmpeg.org/ffmpeg.git
Project ffmpeg
Branch master
Revision 31de02cf319187855d8d07e893593ae23094a052

Comments

avformat/http: Add option to limit total reconnect delay
The existing option only allows users to set the max delay for a
single attempt, rather than the total allowed delay, which is both
pretty unintitive, and only applicable when exponential backoff is
used.

The default for this option is set to 256, which is just above the
effective total delay accomplished by the the existing
reconnect_delay_max default of 120.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>

Changed files