X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Fprotocols.texi;h=00e182efdc5f0b17dcf604d86cf7ee94c7fe387a;hb=7a65aef00d113a38e0d1a54df49eead9df6aa15c;hp=5767e23f61ea5b52d3c99ef705a9035e735626d2;hpb=517dd04f6df3103a6f2bc20b43b956d055ad983f;p=ffmpeg diff --git a/doc/protocols.texi b/doc/protocols.texi index 5767e23f61e..00e182efdc5 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 @@ -355,7 +357,7 @@ autodetection in the future. If set to 1 enables experimental HTTP server. This can be used to send data when used as an output option, or read data from a client with HTTP POST when used as an input option. -If set to 2 enables experimental mutli-client HTTP server. This is not yet implemented +If set to 2 enables experimental multi-client HTTP server. This is not yet implemented in ffmpeg.c or ffserver.c and thus must not be used as a command line option. @example # Server side (sending):