summaryrefslogtreecommitdiff
path: root/doc/muxers.texi
diff options
context:
space:
mode:
authorKarthick J <kjeyapal@akamai.com>2019-02-19 12:01:32 +0530
committerKarthick J <kjeyapal@akamai.com>2019-02-25 11:40:47 +0530
commitca5ec4cbbcf3fd6ede75a8dd4cbb5fff051899ec (patch)
treeaaafb3edba87921b3282fda8b8ce8af29883c0a3 /doc/muxers.texi
parenta2c7702ccf5e023c40a18c92e3182e24fefab691 (diff)
downloadffmpeg-ca5ec4cbbcf3fd6ede75a8dd4cbb5fff051899ec.tar.gz
avformat/dashenc: Added option to repeatedly publish master playlist
The master playlist can be published at a specified interval with this option
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 36010cf2d1..372fab2f92 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -315,6 +315,9 @@ This option will also try to comply with the above open spec, till Apple's spec
Applicable only when @var{streaming} and @var{hls_playlist} options are enabled.
This is an experimental feature.
+@item -master_m3u8_publish_rate @var{master_m3u8_publish_rate}
+Publish master playlist repeatedly every after specified number of segment intervals.
+
@end table
@anchor{framecrc}