jitsi / jitsi-videobridge

Jitsi Videobridge is a WebRTC compatible video router or SFU that lets build highly scalable video conferencing infrastructure (i.e., up to hundreds of conferences per server).
https://jitsi.org/jitsi-videobridge
Apache License 2.0
2.9k stars 988 forks source link

feat: Remove support for ICE/TCP. (#2194) #2222

Closed dvn2018 closed 5 days ago

dvn2018 commented 1 week ago

This Issue tracker is only for reporting bugs and tracking code related issues.

Before posting, please make sure you check community.jitsi.org to see if the same or similar bugs have already been discussed. General questions, installation help, and feature requests can also be posted to community.jitsi.org.

Description

Feature is needed for Sealed Environments

Current behavior

not working

Expected Behavior

working

Possible Solution

bring it back

Steps to reproduce

only communication path is tcp/443

Environment details


damencho commented 1 week ago

You can achieve that with coturn, which is the way to go. We have been running like that for at least 7-8 years now and for the whole that time this was the recommended way to go with fallback to sending media over TCP.

dvn2018 commented 1 week ago

Ok, thanks good to know, sometimes hard to find :-)

dvn2018 commented 5 days ago

Hi, which coturn server do you use ?

damencho commented 5 days ago

What do you mean? https://github.com/coturn/coturn There is a package available in Debian and Ubuntu. https://github.com/jitsi/jitsi-meet/blob/2413b8977ebcfeadb541c160fe493ef457bc99f8/debian/control#L57 And this is the template we use for default coturn config when you install jitsi-meet package https://github.com/jitsi/jitsi-meet/blob/master/doc/debian/jitsi-meet-turn/turnserver.conf

damencho commented 5 days ago

Please, when you have questions or problems use the community forum before opening new issues, thank you.

dvn2018 commented 5 days ago

Ok. Undestood. Thank you