From 05feb7a26b0360de97ea460802a4122f78f5fb88 Mon Sep 17 00:00:00 2001 From: Siyuan Huang Date: Tue, 30 Jun 2020 13:41:46 +0800 Subject: libavformat/dashenc.c: Support mpd update period According ISO 23009-1, in live cases, mpd refresh period should be configurable Signed-off-by: Siyuan Huang --- doc/muxers.texi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/muxers.texi') diff --git a/doc/muxers.texi b/doc/muxers.texi index b1389a3227..86976f4f61 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -366,6 +366,10 @@ adjusting playback latency and buffer occupancy during normal playback by client Set the maximum playback rate indicated as appropriate for the purposes of automatically adjusting playback latency and buffer occupancy during normal playback by clients. +@item update_period @var{update_period} + Set the mpd update period ,for dynamic content. + The unit is second. + @end table @anchor{framecrc} -- cgit v1.2.3