What steps will reproduce the problem?
1. Setup coturn in AWS Amazon instances, lt-cred-mech, use-auth-secret,
static-auth-secret=Veureka123, without database, just generic username
(timestamp:userx), credential base64(hmac(Veureka123, username)).
2. Use SimpleWebRTC in client side.
3. Create crdentials like:
self.webrtc.config.peerConnectionConfig.iceServers = [{"url" :
"stun:myStunIP:3478"},
{
"url" : "turn:myTurnIP:3478?transport=udp",
"username": username,
"credential":hashEncoded
}];
What is the expected output? What do you see instead?
In Firefox it works fine, but in Chrome it isn't.
What version of the product are you using? On what operating system?
I test coTurn 4.2.3.1, 4.0.0.0 and 4.1.1.1, all fails.
Is there any reason of structure in ice servers config?? I tried use adapterjs
but simplewebrtc don't supports it.
Regards,
Original issue reported on code.google.com by hect...@gmail.com on 18 Nov 2014 at 10:54
Original issue reported on code.google.com by
hect...@gmail.com
on 18 Nov 2014 at 10:54