Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Remove support for ICE/TCP. #2194

Merged
merged 2 commits into from
Jul 18, 2024
Merged

Conversation

bgrozev
Copy link
Member

@bgrozev bgrozev commented Jul 18, 2024

  • TURN/TLS provides a better solution for the same problem.
  • The implementation has been known to have issues with threads getting blocked.
  • ICE/TCP gets in the way of improvements we're currently working on.
  • We (jitsi team) haven't used it in any of our deployments since at least 2018.
  • See also: jitsi/docker-jitsi-meet@7a93978

bgrozev added 2 commits July 18, 2024 12:31
* TURN/TLS provides a better solution for the same problem.
* The implementation has been known to have issues with threads getting blocked.
* ICE/TCP gets in the way of improvements we're currently working on.
* We (jitsi team) haven't used it in any of our deployments since at least 2018.
* See also: jitsi/docker-jitsi-meet@7a93978
@bgrozev bgrozev merged commit 89dde6e into jitsi:master Jul 18, 2024
3 checks passed
@oktay454
Copy link

Due to the UDP/10000 port on a JMS we host on our own servers, we cannot communicate with a person in a different institution.
They need to allow our server's UDP/10000 port.
For this problem, I was disabling the HTTP 80 port and assigning the TCP/80 port to the JVB.

What solution do you have for UDP/10000 in corporate networks? (Unless an additional permission is defined in the organization's firewall)

@bgrozev
Copy link
Member Author

bgrozev commented Jul 29, 2024

You can use a TURN server accessible via TLS/443. Communication between the TURN server and the bridge will use UDP/10000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants