bprodoehl / docker-turnserver

A Docker container with the coturn STUN and TURN server
112 stars 43 forks source link

Default username and password #1

Closed clement360 closed 9 years ago

clement360 commented 9 years ago

Hello, I'm deploying the turnserver in a docker container. I need a username and password to pass into my webRTC app:

rtc.SERVER = {
    iceServers:[
      {url: "turn:", username:"", credential:""}
    ]
};

What are the default credentials? Also how can we change the credentials?

sojharo commented 8 years ago

I also have the same question. Whenever we run this docker image, how can we specify the credentials?

clement360 commented 8 years ago

It's been a long time since I used this, it was all set in some config file. I'd read the docs on the turn server repo this image is based on for more info. Although I think I ended up using an aws image instead of this docker image.