summaryrefslogtreecommitdiff
path: root/doc/protocols.texi
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2016-07-18 14:42:22 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2016-07-19 18:41:19 +0200
commit64caafaeb18ac68eebbb3adccbd87cabc53ba9cc (patch)
tree2ec830c064d73351f3b4096e5d606e6367e293b1 /doc/protocols.texi
parent21c081a2465172a8ea6c6598deea1872d0a7a045 (diff)
avformat: Add tee protocol
Option passing support will be submitted seperately to the ML Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r--doc/protocols.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi
index 9bbd1315fc..4bc554badd 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -1159,6 +1159,15 @@ Play an AVI file directly from a TAR archive:
subfile,,start,183241728,end,366490624,,:archive.tar
@end example
+@section tee
+
+Writes the output to multiple protocols. The individual outputs are seperated
+by |
+
+@example
+tee:file://path/to/local/this.avi|file://path/to/local/that.avi
+@end example
+
@section tcp
Transmission Control Protocol.