docker-turnserver
docker-turnserver copied to clipboard
A Docker container with the coturn STUN and TURN server
What are default username and password to use? I tried something as ``` var TURN = { url: 'turn:13.126.14.50:3478', credential: 'turn', username: 'turn' }; ``` It did not work.
When I try to clone this repo, and build/run the image locally, the below error message continues to print. I can pull the image directly from the Docker registry and...
If --net=host is set, there is no need to expose the ports "-p..." because the container runs in the host's network stack and all ports are exposed. Have you tried...
Help How do I set the credentials for the trun server?