summaryrefslogtreecommitdiff
path: root/doc/muxers.texi
diff options
context:
space:
mode:
authorSteven Liu <lq@chinaffmpeg.org>2020-04-07 17:30:18 +0800
committerSteven Liu <lq@chinaffmpeg.org>2020-04-15 12:45:16 +0800
commit152f61e29b030db6bc740db353a60728d6f37314 (patch)
tree6832724d10f49ae3a8e6454ba80961c74e5b770b /doc/muxers.texi
parent8ac8e905e934aaae3f3ad3a0e2f2066b55b1c560 (diff)
avformat/hlsenc: add hls_fmp4_init_resend option
add option for resend init file after m3u8 refresh everytime. Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index 4b6ffaaf58..e5b8debcb3 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -836,6 +836,9 @@ fmp4 files may be used in HLS version 7 and above.
@item hls_fmp4_init_filename @var{filename}
Set filename to the fragment files header file, default filename is @file{init.mp4}.
+@item hls_fmp4_init_resend @var{filename}
+Resend init file after m3u8 file refresh every time, default is @var{0}.
+
When @code{var_stream_map} is set with two or more variant streams, the
@var{filename} pattern must contain the string "%v", this string specifies
the position of variant stream index in the generated init file names.