summaryrefslogtreecommitdiff
path: root/doc/demuxers.texi
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2018-01-14 22:34:43 +0800
committerSteven Liu <lq@chinaffmpeg.org>2018-01-14 22:34:43 +0800
commit94cc16499ff1309386ca1d77aac0627e16ffa917 (patch)
treea442ab44f0cd5853129f33e2e7bbd054d8ab1bbc /doc/demuxers.texi
parent66e551eafb8d202f37ba5a2bbe03741966a9e241 (diff)
dashdec: Support for multiple video/audio streams
Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
Diffstat (limited to 'doc/demuxers.texi')
-rw-r--r--doc/demuxers.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index 6080167233..e7c2abce57 100644
--- a/doc/demuxers.texi
+++ b/doc/demuxers.texi
@@ -244,6 +244,16 @@ file subdir/file-2.wav
@end example
@end itemize
+@section dash
+
+Dynamic Adaptive Streaming over HTTP demuxer.
+
+This demuxer presents all AVStreams found in the manifest.
+By setting the discard flags on AVStreams the caller can decide
+which streams to actually receive.
+Each stream mirrors the @code{id} and @code{bandwidth} properties from the
+@code{<Representation>} as metadata keys named "id" and "variant_bitrate" respectively.
+
@section flv, live_flv
Adobe Flash Video Format demuxer.