]> git.sesse.net Git - ffmpeg/blobdiff - doc/protocols.texi
avcodec/avcodec: Perform sub_charenc/iconv checks before AVCodec.init()
[ffmpeg] / doc / protocols.texi
index eaf7b5260888f0e88694ad954d8ea62dde54d052..d3f6cbefcfec2bc8bdf422e6a7aebbbdd742c436 100644 (file)
@@ -712,7 +712,9 @@ This one is default.
 @end table
 
 @item buffer_size
-Set internal RIST buffer size for retransmission of data.
+Set internal RIST buffer size in milliseconds for retransmission of data.
+Default value is 0 which means the librist default (1 sec). Maximum value is 30
+seconds.
 
 @item pkt_size
 Set maximum packet size for sending data. 1316 by default.
@@ -1031,6 +1033,9 @@ Set the local RTCP port to @var{n}.
 @item pkt_size=@var{n}
 Set max packet size (in bytes) to @var{n}.
 
+@item buffer_size=@var{size}
+Set the maximum UDP socket buffer size in bytes.
+
 @item connect=0|1
 Do a @code{connect()} on the UDP socket (if set to 1) or not (if set
 to 0).
@@ -1770,6 +1775,10 @@ A file containing the private key for the certificate.
 If enabled, listen for connections on the provided port, and assume
 the server role in the handshake instead of the client role.
 
+@item http_proxy
+The HTTP proxy to tunnel through, e.g. @code{http://example.com:1234}.
+The proxy must support the CONNECT method.
+
 @end table
 
 Example command lines: