]> git.sesse.net Git - ffmpeg/commitdiff
avformat/http: Documented http_proxy option
authorJoel Holdsworth <joel@airwebreathe.org.uk>
Mon, 28 Dec 2015 09:50:15 +0000 (09:50 +0000)
committerMichael Niedermayer <michael@niedermayer.cc>
Mon, 28 Dec 2015 15:17:28 +0000 (16:17 +0100)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
doc/protocols.texi

index 7c6b9d463d40084cc3027483a58143e51ca753ed..8b2e310b0a848c28d776a8fed0bfa26e967e4534 100644 (file)
@@ -240,6 +240,9 @@ 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.
 
+@item http_proxy
+set HTTP proxy to tunnel through e.g. http://example.com:1234
+
 @item headers
 Set custom HTTP headers, can override built in default headers. The
 value must be a string encoding the headers.