]> git.sesse.net Git - ffmpeg/blobdiff - doc/demuxers.texi
APIchanges: note error_recognition in lavf
[ffmpeg] / doc / demuxers.texi
index bbdde9c92dc100a9d3e50a100fafdcb6d22db5f3..fc03459417c3cf3db02d547044768641e12b21fc 100644 (file)
@@ -64,4 +64,15 @@ Note that the pattern must not necessarily contain "%d" or
 ffmpeg -f image2 -i img.jpeg img.png
 @end example
 
+@section applehttp
+
+Apple HTTP Live Streaming demuxer.
+
+This demuxer presents all AVStreams from all variant streams.
+The id field is set to the bitrate variant index number. By setting
+the discard flags on AVStreams (by pressing 'a' or 'v' in avplay),
+the caller can decide which variant streams to actually receive.
+The total bitrate of the variant that the stream belongs to is
+available in a metadata key named "variant_bitrate".
+
 @c man end INPUT DEVICES