How to set rtp port range? #439
Answered
by
sipsorcery
mattiaspihl
asked this question in
Q&A
-
Hi, How do I set what port range should be used for rtp channel? Best regards, |
Beta Was this translation helpful? Give feedback.
Answered by
sipsorcery
Mar 3, 2021
Replies: 1 comment 1 reply
-
There's currently no option to set the port range used by The reason the port range was removed was to switch to using each Operating Systems' Ephemeral port range. This removed the need for some tricky logic for things like:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mattiaspihl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's currently no option to set the port range used by
RTPSession
. You can pass a single port to theRTPSession
constructor if you have an exact port you want to use.The reason the port range was removed was to switch to using each Operating Systems' Ephemeral port range. This removed the need for some tricky logic for things like: