jitsi / docker-jitsi-meet

Jitsi Meet on Docker
https://hub.docker.com/u/jitsi/
Apache License 2.0
3.05k stars 1.36k forks source link

TODO: Builtin TURN server #1716

Open bluepuma77 opened 8 months ago

bluepuma77 commented 8 months ago

The README.md has this "TODO". What's the issue with "Builtin TURN server"?

Is this just a TURN server image that needs to be added to docker-compose.yml, like coturn?

Or is is it something else? What needs to be done?

saghul commented 8 months ago

Pretty much that, yes. coturn would be the preferred one since it's one we use in production ourselves.

danielchristianschroeter commented 8 months ago

I wrote some tutorial at https://community.jitsi.org/t/tutorial-a-simple-multiple-host-jitsi-docker-octo-jvb-scaling-configuration/125938/1 how to configure a coturn. Maybe this will help somehow.