summaryrefslogtreecommitdiff
path: root/doc/protocols.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r--doc/protocols.texi16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi
index 29f5c90d81..5655b10180 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -19,6 +19,22 @@ supported protocols.
A description of the currently available protocols follows.
+@section applehttp
+
+Read Apple HTTP Live Streaming compliant segmented stream as
+a uniform one. The M3U8 playlists describing the segments can be
+remote HTTP resources or local files, accessed using the standard
+file protocol.
+HTTP is default, specific protocol can be declared using the "+"
+specifier.
+
+@example
+applehttp://host/path/to/remote/resource.m3u8
+applehttp+http://host/path/to/remote/resource.m3u8
+applehttp+file://path/to/local/resource.m3u8
+@end example
+
+
@section concat
Physical concatenation protocol.