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:
authorSiyuan Huang <saber.huang@samsung.com>2020-06-30 08:41:46 +0300
committerKarthick J <kjeyapal@akamai.com>2020-07-09 08:47:32 +0300
commit05feb7a26b0360de97ea460802a4122f78f5fb88 (patch)
tree016afd4ec8c9f4e50947ca7a00f6c7a7cbda374f /doc/muxers.texi
parentdbf66b9e0edf8869da5187921b96ab3290d17eb8 (diff)
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 <saber.huang@samsung.com>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r--doc/muxers.texi4
1 files changed, 4 insertions, 0 deletions
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}