summaryrefslogtreecommitdiff
path: root/doc/muxers.texi
diff options
context:
space:
mode:
authorAdam Kent <adam@semicircular.net>2015-12-17 03:16:45 +0000
committerMichael Niedermayer <michael@niedermayer.cc>2016-03-12 22:22:08 +0100
commit77e355ffb1d669e90ad3784dea8f0950b66f7564 (patch)
treea0c6479d144013d68ba20bf21952b00d4be14dd8 /doc/muxers.texi
parent4aea2c7d8959e1273a7eb6d06e5c3de57f9cf722 (diff)
avformat/hlsenc: Add support for HLS PLAYLIST types EVENT and VOD
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index f2ad7feab9..ef7f333897 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -408,6 +408,14 @@ Will produce the playlist, @file{out.m3u8}, and a single segment file,
@item hls_flags delete_segments
Segment files removed from the playlist are deleted after a period of time
equal to the duration of the segment plus the duration of the playlist.
+
+@item hls_playlist_type event
+Emit @code{#EXT-X-PLAYLIST-TYPE:EVENT} in the m3u8 header. Forces
+@option{hls_list_size} to 0; the playlist can only be appended to.
+
+@item hls_playlist_type vod
+Emit @code{#EXT-X-PLAYLIST-TYPE:VOD} in the m3u8 header. Forces
+@option{hls_list_size} to 0; the playlist must not change.
@end table
@anchor{ico}