--
You received this message because you are subscribed to the Google Groups "TURN Server (Open-Source project)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to turn-server-project-rfc57...@googlegroups.com.
To post to this group, send email to turn-server-project...@googlegroups.com.
Visit this group at http://groups.google.com/group/turn-server-project-rfc5766-turn-server.
For more options, visit https://groups.google.com/d/optout.
The realm setting has to be used, too.
Sent from my iPhone
Hi,--I am trying using the REST API with the following settings:- turnserver.conf:lt-cred-mechuse-auth-secret- redis DB:turn/secret/dummy -> mysecret- WebRTC clientusername: 2404206032:myuser ( = timestamp:username)credential: ZWVmMjllZTg3MjFiMzk3ZGUxMmZlZTZjMDljNTM4NDhmMzA5MDZiNA== ( = BASE64-ENCODE(HMAC-SHA1(mysecret,username)))TURN Server reports: ERROR: check_stun_auth: Cannot find credentials of user <2404206032:myuser>Please advise
You received this message because you are subscribed to the Google Groups "TURN Server (Open-Source project)" group.
To unsubscribe from this group and stop receiving emails from it, send an email to turn-server-project-rfc5766-turn-server+unsubscribe@googlegroups.com.
To post to this group, send email to turn-server-project-rfc5766-turn-...@googlegroups.com.
try to compare your settings to the script in examples/scripts/restapi/secure_relay_secret_with_db_redis.sh and to the redis settings in turndb/testredisdbsetup.sh. I cannot verify that you calculated the key correctly.
On Tuesday, July 1, 2014 8:50:09 AM UTC-7, DotanS wrote:
OK, but once the user obtains the generated credential, does it perform the LTC mechanism?
In that case, the TURN server is looking for the user password by the username?
To unsubscribe from this group and stop receiving emails from it, send an email to turn-server-project-rfc57...@googlegroups.com.
To post to this group, send email to turn-server-project...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to turn-server-project-rfc57...@googlegroups.com.
To post to this group, send email to turn-server-project...@googlegroups.com.
Thanks for sharing the information.