[FFmpeg-devel] [PATCH] doc: document applehttp protocol

Luca Barbato lu_zero
Wed Mar 9 10:13:25 CET 2011


The documentation might be extended once/if a live/store override option
will have to be provided for non-compliant segmenter.
---
 doc/protocols.texi |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/doc/protocols.texi b/doc/protocols.texi
index 29f5c90..ccb0817 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -19,6 +19,22 @@ supported protocols.
 
 A description of the currently available protocols follows.
 
+ at section applehttp
+
+Read Apple HTTP Live Streaming compliant segmented stream as
+a uniform one. The m3u8 playlists describing the segments can be
+remote, accessed as HTTP resources, or local files, accessed using
+the standard file protocol.
+HTTP is defaut, specific protocol can be declared using the "+"
+specifier.
+
+ at example
+applehttp://host/path/to/remote/resource.m3u8
+applehttp+http://host/path/to/remote/resource.m3u8
+applehttp+file://path/to/local/resource.m3u8
+ at end example
+
+
 @section concat
 
 Physical concatenation protocol.
-- 
1.7.4.1




More information about the ffmpeg-devel mailing list