{"type":"candidate","label":0,"id":"audio","candidate":"a=candidate:542695682 1 udp 1845501695 206.116.14.29 60011 typ srflx raddr C rport 60011 generation 0\r\n"}{"type":"candidate","label":1,"id":"video","candidate":"a=candidate:542695682 1 udp 1845501695 206.116.14.29 60011 typ srflx raddr C rport 60011 generation 0\r\n"}
[3564:2428:0110/143454:VERBOSE1:stunport.cc(106)] Binding request timed out from 192.168.1.104:64631 ({28B9ACFD-67AE-4D72-BEA7-F457F4483049})
I think the TURNS/STUN server is only used to establish the peer-2-peer connection. Once the connection is established, the audio and video data does not go through the server.
While TURN is more robust than STUN in that it can traverse more types of NATs, it is prudent to note that a TURN communication relays the entire communication through the server requiring far more bandwidth than STUN protocol (which typically only resolves the public facing IP address then relays the information to Client and Peer for them to use in direct communication). For this reason, the ICE protocol mandates STUN usage as a first resort, and TURN usage when dealing with symmetric NATs, or other situations where STUN cannot be used.
medusade
I think srflx are stun candidates not turn. You want candidates with address A in them. They may appear later.
--
--For more options, visit https://groups.google.com/d/optout.
---
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 unsubscribe from this group and stop receiving emails from it, send an email to discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
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/03d751d3-d3cd-47df-ba9b-7b6ba8d6be0d%40googlegroups.com.