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:
authorKarthick J <kjeyapal@akamai.com>2019-02-19 09:31:32 +0300
committerKarthick J <kjeyapal@akamai.com>2019-02-25 09:10:47 +0300
commitca5ec4cbbcf3fd6ede75a8dd4cbb5fff051899ec (patch)
treeaaafb3edba87921b3282fda8b8ce8af29883c0a3 /doc/muxers.texi
parenta2c7702ccf5e023c40a18c92e3182e24fefab691 (diff)
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}