[FFmpeg-cvslog] doc: Add some initial docs on the applehttp demuxer

Martin Storsjö git at videolan.org
Fri Apr 22 03:58:45 CEST 2011


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Wed Apr 20 23:04:31 2011 +0300| [cac275791994be44b7a6d11a3878646e78ab5653] | committer: Martin Storsjö

doc: Add some initial docs on the applehttp demuxer

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cac275791994be44b7a6d11a3878646e78ab5653
---

 doc/demuxers.texi |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index bbdde9c..4168fc1 100644
--- a/doc/demuxers.texi
+++ b/doc/demuxers.texi
@@ -64,4 +64,13 @@ Note that the pattern must not necessarily contain "%d" or
 ffmpeg -f image2 -i img.jpeg img.png
 @end example
 
+ at 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 ffplay),
+the caller can decide which variant streams to actually receive.
+
 @c man end INPUT DEVICES



More information about the ffmpeg-cvslog mailing list