var pc_config = {'iceServers': [ {'url': 'stun:0.0.0.0:0'}, {'url': 'turn:0.0.0.0:0?transport=udp','credential':''}]};
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/5e6422ce-5de2-43c8-b702-c8e213984f6d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Time Component Type Foundation Protocol Address Port Priority0.006 1 host 1019731727 udp 192.168.1.104 5956 126 | 32542 | 2550.022 2 host 1019731727 udp 192.168.1.104 5957 126 | 32542 | 2540.105 1 host 1917068287 tcp 192.168.1.104 0 90 | 32542 | 2550.105 2 host 1917068287 tcp 192.168.1.104 0 90 | 32542 | 2540.156 Done
turnserver -V -z -L 1.2.3.4
turn:1.2.3.4:3478
Use http://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/-- if you get relay candidates when testing only a TURN server, your TURN server is reachable and authentication worked. If you don't, you'll have to use wireshark and the turn server logs to figure out the issue.(h/t jansson :-))
No. Time Source Destination Protocol Length Info1 0.000000 5.6.7.8 1.2.3.4 STUN 62 Binding Request2 0.000290 5.6.7.8 1.2.3.4 STUN 62 Binding Request3 0.047414 5.6.7.8 1.2.3.4 STUN 70 Allocate Request UDP4 0.047580 5.6.7.8 1.2.3.4 STUN 70 Allocate Request UDP5 0.097650 5.6.7.8 1.2.3.4 STUN 62 Binding Request6 0.099869 5.6.7.8 1.2.3.4 STUN 62 Binding Request7 0.147398 5.6.7.8 1.2.3.4 STUN 70 Allocate Request UDP8 0.147613 5.6.7.8 1.2.3.4 STUN 70 Allocate Request UDP9 0.297656 5.6.7.8 1.2.3.4 STUN 62 Binding Request10 0.299877 5.6.7.8 1.2.3.4 STUN 62 Binding Request11 0.350324 5.6.7.8 1.2.3.4 STUN 70 Allocate Request UDP...[snip]...37 9.552835 5.6.7.8 1.2.3.4 STUN 62 Binding Request
turnserver -c /opt/coturn/turnserver-4.4.5.2/examples/etc/turntest3.conf
listening-port=3478tls-listening-port=5349listening-ip=1.2.3.4relay-ip=1.2.3.9external-ip=1.2.3.4#relay-threads=10#fingerprintlt-cred-mechuser=u:0cert=/etc/nginx/ssl/example.com.crtpkey=/etc/nginx/ssl/example.com.key#mobilityverboserealm=example.com
tcp 0 0 example.com:stun *:* LISTENtcp 0 0 example.com:stuns *:* LISTENudp 0 0 example.com:stuns *:*udp 0 0 example.com:stuns *:*udp 0 0 example.com:stuns *:*udp 0 0 example.com:stuns *:*udp 0 0 example.com:stun *:*udp 0 0 example.com:stun *:*udp 0 0 example.com:stun *:*udp 0 0 example.com:stun *:*
sctp example.com:3478 LISTEN
sctp example.com:5349 LISTEN