X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Fprotocols.texi;h=3abc5f38d4d0ea5b97af84934e493827f6d866f5;hb=27714b462d1bff9e9b40fbdabb39f58e79032b81;hp=72b39145ec766fc8eda31764141f9ad1b798989d;hpb=bef74ef367057b26fa3e5bb37db6dbdb8bfce159;p=ffmpeg diff --git a/doc/protocols.texi b/doc/protocols.texi index 72b39145ec7..3abc5f38d4d 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -276,7 +276,7 @@ value is -1. If set to 1 use chunked Transfer-Encoding for posts, default is 1. @item content_type -Set a specific content type for the POST messages. +Set a specific content type for the POST messages or for listen mode. @item http_proxy set HTTP proxy to tunnel through e.g. http://example.com:1234 @@ -291,11 +291,13 @@ Use persistent connections if set to 1, default is 0. @item post_data Set custom HTTP post data. -@item user-agent @item user_agent Override the User-Agent header. If not specified the protocol will use a string describing the libavformat build. ("Lavf/") +@item user-agent +This is a deprecated option, you can use user_agent instead it. + @item timeout Set timeout in microseconds 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 @@ -695,7 +697,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 +1161,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.