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>
pull/89/merge
Vignesh Venkatasubramanian10 years agocommitted byMichael Niedermayer
{"chunk_duration_ms","duration of each chunk (in milliseconds)",OFFSET(chunk_duration),AV_OPT_TYPE_INT,{.i64=1000},0,INT_MAX,AV_OPT_FLAG_ENCODING_PARAM},
{"utc_timing_url","URL of the page that will return the UTC timestamp in ISO format",OFFSET(utc_timing_url),AV_OPT_TYPE_STRING,{0},0,0,AV_OPT_FLAG_ENCODING_PARAM},
{"time_shift_buffer_depth","Smallest time (in seconds) shifting buffer for which any Representation is guaranteed to be available.",OFFSET(time_shift_buffer_depth),AV_OPT_TYPE_DOUBLE,{.dbl=60.0},1.0,DBL_MAX,AV_OPT_FLAG_ENCODING_PARAM},
{"minimum_update_period","Minimum Update Period (in seconds) of the manifest.",OFFSET(minimum_update_period),AV_OPT_TYPE_INT,{.i64=0},0,INT_MAX,AV_OPT_FLAG_ENCODING_PARAM},