summaryrefslogtreecommitdiff
path: root/doc/demuxers.texi
diff options
context:
space:
mode:
authorLi Kai <wolfleekay@gmail.com>2022-06-23 00:55:38 +0800
committerSteven Liu <lq@chinaffmpeg.org>2022-06-29 14:03:36 +0800
commitdf8ad4e3914c65d3ebcaac10bac6038eadb70d74 (patch)
tree3867a18101c6f64bb92477abf7f7dd9f81a3e5b2 /doc/demuxers.texi
parent1af36982965f91d72bbf41be3e8696a1990265db (diff)
downloadffmpeg-df8ad4e3914c65d3ebcaac10bac6038eadb70d74.tar.gz
avformat/hls: add #EXT-X-START tag support by prefer_x_start opt
Reviewed-by: Steven Liu <liuqi05@kuaishou.com> Signed-off-by: Li Kai <wolfleekay@gmail.com>
Diffstat (limited to 'doc/demuxers.texi')
-rw-r--r--doc/demuxers.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index c95a9ae594..2b6dd86c2a 100644
--- a/doc/demuxers.texi
+++ b/doc/demuxers.texi
@@ -373,6 +373,9 @@ It accepts the following options:
@item live_start_index
segment index to start live streams at (negative values are from the end).
+@item prefer_x_start
+prefer to use #EXT-X-START if it's in playlist instead of live_start_index.
+
@item allowed_extensions
',' separated list of file extensions that hls is allowed to access.