X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Fprotocols.texi;h=5767e23f61ea5b52d3c99ef705a9035e735626d2;hb=4a8f5f1fd83dfa92e02901e543d79124c4e551dc;hp=72b39145ec766fc8eda31764141f9ad1b798989d;hpb=5a9134f5f14210b953f12de8ee2c439958a3d6d1;p=ffmpeg diff --git a/doc/protocols.texi b/doc/protocols.texi index 72b39145ec7..5767e23f61e 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -695,7 +695,7 @@ This protocol accepts the following options. @table @option @item timeout -Set timeout in miliseconds of socket I/O operations used by the underlying +Set timeout in milliseconds of socket I/O operations used by the underlying low level operation. By default it is set to -1, which means that the timeout is not specified. @@ -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 separated +by | + +@example +tee:file://path/to/local/this.avi|file://path/to/local/that.avi +@end example + @section tcp Transmission Control Protocol.