How to test TURN server

309 views
Skip to first unread message

Christopher Reid

unread,
Oct 20, 2014, 2:43:19 PM10/20/14
to pee...@googlegroups.com
I set up my own TURN server and added it to opts
Connections are being made through the STUN server
But I'm not sure how to test if the TURN server is actually connected and working.
How would I do this?

Here is my new Peer...

      peer = new Peer(peerName, {
          host: 'mystun.com',
          port: 9000,
          path: '/myapp',
          config: {'iceServers': [
               { url: 'turn:user@myturn:1234', credential: 'password' }
        ]}
      });

Christopher Reid

unread,
Oct 20, 2014, 4:25:30 PM10/20/14
to pee...@googlegroups.com
Is there a way I can turn of STUN entirely?

Paul-Emile Veuve

unread,
Feb 3, 2015, 8:52:57 AM2/3/15
to pee...@googlegroups.com
I don't think so, because a TURN server is a STUN server also.
And apparently the protocol starts using STUN before TURN.
Reply all
Reply to author
Forward
0 new messages