From d5e3d8e2f7a5a576e27789a50c29717b648bc488 Mon Sep 17 00:00:00 2001 From: Steven Liu Date: Mon, 18 Nov 2019 17:37:00 +0800 Subject: avformat/hls: add option for the m3u8 list load max times set max times for load m3u8 when the m3u8 list refresh do not with new segments any times. Signed-off-by: Steven Liu --- doc/demuxers.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/demuxers.texi') diff --git a/doc/demuxers.texi b/doc/demuxers.texi index fe766a5de7..4e1a5cb6aa 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -331,6 +331,10 @@ segment index to start live streams at (negative values are from the end). Maximum number of times a insufficient list is attempted to be reloaded. Default value is 1000. +@item m3u8_hold_counters +Maximum number of times to load m3u8 when the m3u8 dose not refresh with new segments. +Default value is 1000. + @item http_persistent Use persistent HTTP connections. Applicable only for HTTP streams. Enabled by default. -- cgit v1.2.1