diff options
author | Limin Wang <lance.lmwang@gmail.com> | 2021-11-26 16:55:08 +0800 |
---|---|---|
committer | Limin Wang <lance.lmwang@gmail.com> | 2021-11-27 11:21:17 +0800 |
commit | 7bf4c06809296820f084fd5b3e362621ac99c3f4 (patch) | |
tree | 0c6511d68f11483c54eaed94168e6cbe300262aa /doc/protocols.texi | |
parent | 57adb26d058490daf2c5d6ddd3cf0cf2d2212256 (diff) | |
download | ffmpeg-7bf4c06809296820f084fd5b3e362621ac99c3f4.tar.gz |
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/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 4 |
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}. |