summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLimin Wang <lance.lmwang@gmail.com>2021-11-26 16:55:08 +0800
committerLimin Wang <lance.lmwang@gmail.com>2021-11-27 11:21:17 +0800
commit7bf4c06809296820f084fd5b3e362621ac99c3f4 (patch)
tree0c6511d68f11483c54eaed94168e6cbe300262aa /doc
parent57adb26d058490daf2c5d6ddd3cf0cf2d2212256 (diff)
avformat/rtp: add localaddr for network interface selection
Reviewed-by: Martin Storsjö <martin@martin.st> Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/protocols.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi
index c100f23f17..d207df0b52 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -1087,6 +1087,10 @@ set to 1) or to a default remote address (if set to 0).
@item localport=@var{n}
Set the local RTP port to @var{n}.
+@item localaddr=@var{addr}
+Local IP address of a network interface used for sending packets or joining
+multicast groups.
+
@item timeout=@var{n}
Set timeout (in microseconds) of socket I/O operations to @var{n}.