X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Fdemuxers.texi;h=e7c2abce57d7b2d433420e6793436adb462c3314;hb=94cc16499ff1309386ca1d77aac0627e16ffa917;hp=73dc0feec194a085ff6e3ccaab2a184433f7ac37;hpb=3f272009547fe1b941764297007ea1aa576eda6f;p=ffmpeg diff --git a/doc/demuxers.texi b/doc/demuxers.texi index 73dc0feec19..e7c2abce57d 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{} as metadata keys named "id" and "variant_bitrate" respectively. + @section flv, live_flv Adobe Flash Video Format demuxer. @@ -316,6 +326,14 @@ segment index to start live streams at (negative values are from the end). @item max_reload Maximum number of times a insufficient list is attempted to be reloaded. Default value is 1000. + +@item http_persistent +Use persistent HTTP connections. Applicable only for HTTP streams. +Enabled by default. + +@item http_multiple +Use multiple HTTP connections for downloading HTTP segments. +Enabled by default for HTTP/1.1 servers. @end table @section image2