From f82ce6aa882b6ccb5727c4357e4862ad11acd229 Mon Sep 17 00:00:00 2001 From: Vignesh Venkatasubramanian Date: Tue, 21 Apr 2015 17:35:29 -0700 Subject: 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 Signed-off-by: Michael Niedermayer --- doc/muxers.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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 -- cgit v1.2.3