mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-04-04 23:05:15 +00:00
Libug: use default port for recieving
for RTCP to run
This commit is contained in:
@@ -63,7 +63,7 @@ struct ug_sender *ug_sender_init(const char *receiver, int mtu,
|
||||
//RTP
|
||||
params["mtu"].i = mtu;
|
||||
params["receiver"].str = receiver;
|
||||
params["rx_port"].i = 0;
|
||||
params["rx_port"].i = PORT_BASE;
|
||||
params["tx_port"].i = PORT_BASE;
|
||||
params["force_ip_version"].i = 0;
|
||||
params["mcast_if"].str = NULL;
|
||||
|
||||
Reference in New Issue
Block a user