[FFmpeg-devel] [PATCH V1 2/2] doc/muxers: fix and update docs for hls_playlist_type

Jun Zhao mypopydev at gmail.com
Sun Jun 16 14:42:53 EEST 2019


From: Jun Zhao <barryjzhao at tencent.com>

fix and update docs for hls_playlist_type

Signed-off-by: Jun Zhao <barryjzhao at tencent.com>
---
 doc/muxers.texi |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index 50147c4..b2fbe3f 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -896,14 +896,26 @@ before they have been added to the m3u8 playlist.
 
 @end table
 
- at item hls_playlist_type event
+ at item hls_playlist_type @var{int}
+Set the HLS playlist type, Default value is none.
+
+Possible values:
+ at table @option
+
+ at item none (default)
+NOT contain the EXT-X-PLAYLIST-TYPE tag, usually in the Live playlist, that
+tag allows Media Segments to be removed.
+
+ at item 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.
 
- at item hls_playlist_type vod
+ at item vod
 Emit @code{#EXT-X-PLAYLIST-TYPE:VOD} in the m3u8 header. Forces
 @option{hls_list_size} to 0; the playlist must not change.
 
+ at end table
+
 @item method
 Use the given HTTP method to create the hls files.
 @example
-- 
1.7.1



More information about the ffmpeg-devel mailing list