summaryrefslogtreecommitdiff
path: root/doc/demuxers.texi
diff options
context:
space:
mode:
authorSteven Liu <lq@chinaffmpeg.org>2019-11-18 17:37:00 +0800
committerSteven Liu <lq@chinaffmpeg.org>2019-11-25 11:12:20 +0800
commitd5e3d8e2f7a5a576e27789a50c29717b648bc488 (patch)
tree1af7f697edc59841282b6cd4649022caf175605b /doc/demuxers.texi
parent1ca978d6366f3c7d7df6b3d50566e892f8da605a (diff)
downloadffmpeg-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/demuxers.texi')
-rw-r--r--doc/demuxers.texi4
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.