Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJiangjie Gao <gaojiangjie@live.com>2021-03-09 09:21:19 +0300
committerMarton Balint <cus@passwd.hu>2021-03-20 01:13:26 +0300
commit3e9284fccbfbea0a6feea5dae49725ced08953e2 (patch)
tree5ecf94022dcaf4a7aa73f9a8a41c68dabb0a47cc /doc
parent626e0dd060042b203c5b49512b695e03d8560da1 (diff)
avformat/rtsp: support buffer_size and pkt_size options for RTP
And forward it to the underlying UDP protocol. Fixes ticket #7517. Signed-off-by: Jiangjie Gao <gaojiangjie@live.com> Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc')
-rw-r--r--doc/protocols.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi
index 78afe6ec8e..d3f6cbefcf 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -1033,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).