From fa7a6dbd7607ba34fba696b6b5a16a7b137ca96f Mon Sep 17 00:00:00 2001 From: Steven Liu Date: Sun, 2 Jun 2019 22:03:17 +0800 Subject: avformat/hlsenc: add EXT-X-I-FRAMES-ONLY tag support Signed-off-by: Steven Liu --- doc/muxers.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/muxers.texi') diff --git a/doc/muxers.texi b/doc/muxers.texi index c73719c421..50147c4d20 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -852,6 +852,10 @@ including the file containing the AES encryption key. 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 iframes_only +Add the @code{#EXT-X-I-FRAMES-ONLY} to playlists that has video segments +and can play only I-frames in the @code{#EXT-X-BYTERANGE} mode. + @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