diff options
author | Steven Liu <lq@chinaffmpeg.org> | 2019-11-18 17:37:00 +0800 |
---|---|---|
committer | Steven Liu <lq@chinaffmpeg.org> | 2019-11-25 11:12:20 +0800 |
commit | d5e3d8e2f7a5a576e27789a50c29717b648bc488 (patch) | |
tree | 1af7f697edc59841282b6cd4649022caf175605b /doc | |
parent | 1ca978d6366f3c7d7df6b3d50566e892f8da605a (diff) | |
download | ffmpeg-d5e3d8e2f7a5a576e27789a50c29717b648bc488.tar.gz |
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 <lq@chinaffmpeg.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/demuxers.texi | 4 |
1 files changed, 4 insertions, 0 deletions
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. |