summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrey Utkin <andrey.krieger.utkin@gmail.com>2013-06-15 23:03:38 +0300
committerMichael Niedermayer <michaelni@gmx.at>2013-06-15 23:26:18 +0200
commit194fde38349e0cf9020849d48d886ed804e4d714 (patch)
tree72024a159a2ce3bbb5f8501b12ae68c71e5c4c51 /doc
parent6c4516d0413ea9b2a9b48fb83d0ba0ef7bc84f92 (diff)
Document "cache" protocol
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/protocols.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi
index a91103af66..911e5550e2 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -49,6 +49,16 @@ Read angle 2 of playlist 4 from BluRay mounted to /mnt/bluray, start from chapte
-playlist 4 -angle 2 -chapter 2 bluray:/mnt/bluray
@end example
+@section cache
+
+Caching wrapper for input stream.
+
+Caches the input stream to temporary file. It brings seeking capability to live streams.
+
+@example
+cache:@var{URL}
+@end example
+
@section concat
Physical concatenation protocol.