From 445c30ba07c78b9f99573cf5b299db0e1d2fb31d Mon Sep 17 00:00:00 2001 From: Steven Liu Date: Sun, 21 Aug 2016 12:55:45 +0800 Subject: 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 Signed-off-by: Michael Niedermayer --- 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 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. -- cgit v1.2.3