summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKarthick J <kjeyapal@akamai.com>2017-11-24 06:57:36 +0800
committerSteven Liu <lq@chinaffmpeg.org>2017-11-24 06:57:36 +0800
commitefb51c8ebbe21f701da816bb78aefc0ce98b378d (patch)
tree3902452e80ca8cceb5c060d643f8fab67b913179 /doc
parent241c1192d6b8db17f4ea6055573417a4830d5cc6 (diff)
avformat/hlsenc: Added option to add EXT-X-INDEPENDENT-SEGMENTS tag
Diffstat (limited to 'doc')
-rw-r--r--doc/muxers.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 0bb8ad2e2b..9d9ca31cc4 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -737,6 +737,10 @@ The file specified by @code{hls_key_info_file} will be checked periodically and
detect updates to the encryption info. Be sure to replace this file atomically,
including the file containing the AES encryption key.
+@item independent_segments
+Add the @code{#EXT-X-INDEPENDENT-SEGMENTS} to playlists that has video segments
+and when all the segments of that playlist are guaranteed to start with a Key frame.
+
@item split_by_time
Allow segments to start on frames other than keyframes. This improves
behavior on some players when the time between keyframes is inconsistent,