pull/20/head
pabloFuente 2017-05-20 15:10:10 +02:00
commit b1e436d143
1 changed files with 3 additions and 3 deletions

View File

@ -381,14 +381,14 @@ Here you have a step by step guide to deploy a production version of OpenVidu in
3. File `/etc/kurento/modules/kurento/WebRtcEndpoint.conf.ini` 3. File `/etc/kurento/modules/kurento/WebRtcEndpoint.conf.ini`
``` ```
turnURL=**user**:**pass**@**YOUR_MACHINES'S_PUBLIC_IP**:3478 turnURL=USER:PASS@YOUR_MACHINES'S_PUBLIC_IP:3478
``` ```
4. File `/etc/turnserver.conf` 4. File `/etc/turnserver.conf`
``` ```
external-ip=**YOUR_MACHINES'S_PUBLIC_IP** external-ip=YOUR_MACHINES'S_PUBLIC_IP
fingerprint fingerprint
user=**user**:**pass** user=USER:PASS
lt-cred-mech lt-cred-mech
realm=kurento.org realm=kurento.org
log-file=/var/log/turnserver/turnserver.log log-file=/var/log/turnserver/turnserver.log