Questions tagged [ice-protocol]

ICE (Interactive Connectivity Establishment) is a protocol used to choose the best path between two users (even with NAT or Firewall issues).

ICE (Interactive Connectivity Establishment) is a protocol used to choose the best path between two users (even with NAT or Firewall issues).

22 questions
0
votes
1 answer

WebRTC ICE Failed outside LAN

I am writing a WebRTC application and although everything works fine inside my LAN. However, I have an ICE Failed error when peers are on different networks. My STUN server returns public IP candidates so I assume it is set up correctly. The problem…
Nikos P
  • 1
  • 1
0
votes
1 answer

Framework to test STUN/TURN/ICE protocols?

I need to test STUN/TURN/ICE protocols, is there any existing testing framework for this. Like SIPp is there to test SIP scenarios, suggest anything similar to this for STUN/TURN/ICE protocols.
0
votes
1 answer

ICE connectivity in a WebRTC call

In a Webrtc call, I am using sip signalling and sdp for media parameter negotiation. Before call start, I do a stun-bind transaction and get reflexive candidates. I have put those reflexive candidates in sdp in addition to base and host…
Austin
  • 1,709
  • 20
  • 40
0
votes
1 answer

Stun/Turn usage in WebRTC

I am developing a small webrtc application in C. I am making a webrtc call using sip signalling. I have below queries regarding usage of stun/turn/ice. When I start call I send INVITE with offer (SDP). In SDP we need to put ICE candidates. I have…
Austin
  • 1,709
  • 20
  • 40
0
votes
2 answers

what is the user of ice-options in ICE Protocol?

Why ICE options are used in the ICE protocol? In RFC 5245 mentioned that, it is series of tokens that identify the options supported by the agent. What type of options are supported by the agent? By default it is google-ice or something else? If it…
user4790894
  • 49
  • 1
  • 3
0
votes
1 answer

Twilio - STUN / TURN URL

I'd like to give the Twilio STUN/TURN a test within my iOS app, currently using another framework for WebRTC video connections. Below are the STUN / TURN settings I use in the framework. I've looked around the Twilio docs, but I can't seem to find…
Adam North
  • 49
  • 5
0
votes
2 answers

How to use the ICE protocol

I'm trying to make a connection between two computers behind NAT. I have a third computer that is accessible by those two. I would like to use the ICE (Interactive Connectivity Establishment) protocol, but I can't find any example in Python. I heard…
Mathieu Lepage
  • 159
  • 1
  • 5
1
2