Ok. I wanted to follow up since I managed to get this all working. A few notes of what worked for me:
1. Make sure the transport is set to UDP 2. I'm using TURN, not TURNS 3. Pass DtlsSrtpKeyAgreement: true to the WebRTC PeerConnection options. On Tuesday, February 11, 2014 8:34:52 AM UTC-6, [email protected] wrote: > Thanks for the quick response Ekr. Here's the full logs: > > https://gist.github.com/anonymous/71d5c804a196038f8d25 > > > > > > On Monday, February 10, 2014 11:13:15 PM UTC-6, Eric Rescorla wrote: > > > These seem to be missing a lot of data. This is only covering > > > > > > ICE checks, not candidate gathering. > > > > > > > > > > > > Firefox will do candidate gathering as soon as you instantiate > > > > > > a PeerConnection. So, please just put up a page that just > > > > > > does that. Then send me the logs and the HTML. > > > > > > > > > > > > Thanks, > > > > > > -Ekr > > > > > > > > > > > > > > > > > > > > > > > > On Mon, Feb 10, 2014 at 6:52 PM, Derrick <[email protected]> wrote: > > > > > > > > > > > > > I'm having problems getting Firefox to authenticate against TURN. I'm > > > > > > > using the RFC5766-Turnserver, configured for WebRTC with fingerprinting, > > > > > > > auth, and TLS/DTLS. Firefox seems to just repeatedly fail to authenticate > > > > > > > against the server. Chrome works with it fine. I have logs from the TURN > > > > > > > side, which I can provide if you think they will be helpful, but here are > > > > > > > the firefox ICE/STUN/TURN logs (using Nightly): > > > > > > > https://gist.github.com/anonymous/e71167fc86ca83476ee8 > > > > > > > > > > > > > > _______________________________________________ > > > > > > > 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

