openvidu/openvidu-server/docker/openvidu-coturn
cruizba 218a9b5c9f deployment: Bump docker images FROM images 2024-05-21 16:08:31 +02:00
..
Dockerfile deployment: Bump docker images FROM images 2024-05-21 16:08:31 +02:00
README.md deployment: Update coturn to 4.5.2 and use official docker image 2021-05-06 13:01:00 +02:00
create_image.sh Extend commons.sh script 2023-03-01 17:54:30 +01:00
detect-external-ip.sh deployment: Try to autodiscover Public IP via HTTP if DNS outgoing traffic is not enabled 2021-12-24 14:17:51 +01:00
discover-internal-ip.sh Add additional parameter 'COTURN_INTERNAL_RELAY=<boolean>' to use Public or Internal IP. Defaults to 'false', which respect previous OpenVidu default deployment configuration 2021-07-12 15:55:31 +02:00
docker-entrypoint.sh openvidu-server, deployment: Generate Coturn shared key instead of using OpenVidu Secret for better security. Remove unused COTURN_REDIS properties 2022-04-12 14:42:12 +02:00

README.md

OpenVidu Coturn

This is a minor modification from the official coturn/coturn image. It just replace the detect-external-ip.sh with a custom one to use DNS to resolve getting the public IP.