Skip to content
Snippets Groups Projects
Commit 1a01f367 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

Merge commit '2427ac6c'


* commit '2427ac6c':
  rtpproto: Update the parameter documentation

Merged-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parents ab06436d 2427ac6c
No related branches found
No related tags found
No related merge requests found
......@@ -235,9 +235,10 @@ static void rtp_parse_addr_list(URLContext *h, char *buf,
* 'localrtcpport=n' : set the local rtcp port to n
* 'pkt_size=n' : set max packet size
* 'connect=0/1' : do a connect() on the UDP socket
* 'sources=ip[,ip]' : list allowed source IP addresses
* 'block=ip[,ip]' : list disallowed source IP addresses
* deprecated option:
* 'localport=n' : set the local port to n
* 'sources=ip[,ip]' : list allowed source IP addresses
*
* if rtcpport isn't set the rtcp port will be the rtp port + 1
* if local rtp port isn't set any available port will be used for the local
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment