1. What version of Firefox are you using? The release versions of Firefox do not support TURN TCP, just UDP.
2. Please supply the ICE/STUN/TURN logs as described here: https://wiki.mozilla.org/Media/WebRTC/Logging 3. "Also firefox's communication looks more messy, firefox doesn't stark by asking his public address." I'm not sure why you think we should do this. -Ekr On Thu, Jan 30, 2014 at 4:12 AM, <[email protected]> wrote: > Thanks for your answer ! > Seems that this isn't the problem as I use an username field. Also as the > username appears in the communications I think firefox has no problem > retrieving these information. In case, here's the format I use: > > { "iceServers": [{ "url": "stun:stunURL.com"}, > { "url": "turn:turnRL.com:80?transport=udp", > "credential": "specific_credential", > "username": "specific_username" > }, > { "url": "turn:turn.URL:80?transport=tcp",, > "credential": "specific_credential", > "username": "specific_username" > }]} > _______________________________________________ > dev-media mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-media _______________________________________________ dev-media mailing list [email protected] https://lists.mozilla.org/listinfo/dev-media

