diff options
author | Steven Liu <lingjiujianke@gmail.com> | 2016-08-21 12:55:45 +0800 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-08-21 14:55:27 +0200 |
commit | 445c30ba07c78b9f99573cf5b299db0e1d2fb31d (patch) | |
tree | 229ba3810c6356f22c657c086b6de612a36c0ad1 /doc/muxers.texi | |
parent | 57503fab4f18ff5550ad774cb96c434fea5e59ed (diff) | |
download | ffmpeg-445c30ba07c78b9f99573cf5b299db0e1d2fb31d.tar.gz |
lavf/hlsenc: add append_list flag into hlsenc
When ffmpeg exit by exception, start a new ffmpeg will
cover the old segment list, add this flag can continue
append the new segments into old hls segment list
Signed-off-by: LiuQi <liuqi@gosun.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 5873269780..2e95c6f432 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -495,6 +495,10 @@ Will produce the playlist, @file{out.m3u8}, and a single segment file, 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_flags append_list +Append new segments into the end of old segment list, +and remove the @code{#EXT-X-ENDLIST} from the old segment list. + @item hls_flags round_durations Round the duration info in the playlist file segment info to integer values, instead of using floating point. |