Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Liu <lingjiujianke@gmail.com>2016-08-21 07:55:45 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2016-08-21 15:55:27 +0300
commit445c30ba07c78b9f99573cf5b299db0e1d2fb31d (patch)
tree229ba3810c6356f22c657c086b6de612a36c0ad1 /doc/muxers.texi
parent57503fab4f18ff5550ad774cb96c434fea5e59ed (diff)
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.texi4
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.