fmeringdal / nettu-meet

Open source video conferencing system for tutors.
GNU Affero General Public License v3.0
2.28k stars 286 forks source link

Support for TURN server #7

Closed shyim closed 3 years ago

shyim commented 3 years ago

To improve the connectivity I would like to use a turn server like coturn. This seems currently not useable

fmeringdal commented 3 years ago

TURN servers are only relevant if you have a P2P architecture, so that the mediastream can fallback on a central server to relay the mediastream over to the other peer in case the P2P connection cannot be established. Nettu Meet uses mediasoup (which is not P2P) internally to handle mediastreams and connectivity, because of that STUN and TURN is therefore not needed.

Did you experience any issues with the connectivity of this project?

shyim commented 3 years ago

Ahh sorry