mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
linphonerc: use range for RTP ports so that one can call desktop from simulator on the same mac
This commit is contained in:
parent
89920ad233
commit
575ad2c139
2 changed files with 4 additions and 4 deletions
|
|
@ -24,8 +24,8 @@ rtcp_xr_stat_summary_enabled=1
|
|||
rtcp_xr_voip_metrics_enabled=1
|
||||
|
||||
[rtp]
|
||||
audio_rtp_port=7076
|
||||
video_rtp_port=9078
|
||||
audio_rtp_port=7200-7299
|
||||
video_rtp_port=9200-9299
|
||||
audio_jitt_comp=60
|
||||
video_jitt_comp=60
|
||||
nortp_timeout=30
|
||||
|
|
|
|||
|
|
@ -24,8 +24,8 @@ rtcp_xr_stat_summary_enabled=1
|
|||
rtcp_xr_voip_metrics_enabled=1
|
||||
|
||||
[rtp]
|
||||
audio_rtp_port=7076
|
||||
video_rtp_port=9078
|
||||
audio_rtp_port=7200-7299
|
||||
video_rtp_port=9200-9299
|
||||
audio_jitt_comp=60
|
||||
video_jitt_comp=60
|
||||
nortp_timeout=30
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue