diff options
author | Vignesh Venkatasubramanian <vigneshv@google.com> | 2015-04-21 17:35:29 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-04-22 11:41:03 +0200 |
commit | f82ce6aa882b6ccb5727c4357e4862ad11acd229 (patch) | |
tree | 17e7436044b91200d0da7eb5a4a14c96b6fdae93 /doc | |
parent | ba625dd8a12b8f440af7f50c833e5c1005d67c85 (diff) | |
download | ffmpeg-f82ce6aa882b6ccb5727c4357e4862ad11acd229.tar.gz |
webmdashenc: parameter'ize minimumUpdatePeriod
Some players do not support setting minimumUpdatePeriod to zero.
This patch adds a new parameter that will let the users set any
value to this field. Also updates the test and the documentation.
Signed-off-by: Vignesh Venkatasubramanian <vigneshv@google.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/muxers.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 335f093aaa..ddd7c7aa10 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -1253,6 +1253,10 @@ Smallest time (in seconds) shifting buffer for which any Representation is guaranteed to be available. This will go in the @samp{timeShiftBufferDepth} attribute of the @samp{MPD} element. Default: 60. +@item minimum_update_period +Minimum update period (in seconds) of the manifest. This will go in the +@samp{minimumUpdatePeriod} attribute of the @samp{MPD} element. Default: 0. + @end table @subsection Example |