From efb51c8ebbe21f701da816bb78aefc0ce98b378d Mon Sep 17 00:00:00 2001 From: Karthick J Date: Fri, 24 Nov 2017 06:57:36 +0800 Subject: avformat/hlsenc: Added option to add EXT-X-INDEPENDENT-SEGMENTS tag --- doc/muxers.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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, -- cgit v1.2.3