lynckia / licode

Open Source Communication Provider based on WebRTC and Cloud technologies
http://lynckia.com/licode
MIT License
3.1k stars 1.01k forks source link

different results between firefox 44 and chrome 47 #414

Open sciaz opened 8 years ago

sciaz commented 8 years ago

I used turnserver as the stun/turn server . It worked fine when opened with firefox 44,remote video can be displayed . But it failed to see the remote video when opened with chrome 47. It seems that user info configured in "licode_config.js" is not used by the chrome .. Has anyone met this problem?

part of turnserver logs.

when open in chrome:
- 68: session 130000000000000009: realm <> user <>: incoming packet message processed, error 401: Unauthorized
- 68: session 130000000000000013: realm <> user <>: incoming packet message processed, error 401: Unauthorized
- 68: session 130000000000000017: realm <> user <>: incoming packet message processed, error 401: Unauthorized
- 68: session 130000000000000013: realm <> user <>: incoming packet message processed, error 401: Unauthorized
- 
- in FIREFOX:
- 73: session 130000000000000004: usage: realm=<>, username=<scia>, rp=2001, rb=1066172, sp=47, sb=7168
- 74: session 130000000000000003: usage: realm=<>, username=<scia>, rp=52, rb=6328, sp=1996, sb=1089844
- 74: session 130000000000000007: usage: realm=<>, username=<scia>, rp=50, rb=6108, sp=1998, sb=1145760

Any replies will be apreciated.

lodoyun commented 8 years ago

Is this still an issue? What TURN server are you using?