Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are the reasons of ICE failure?

What are the possible reasons of ICE failure ?

I am particularly interested in the case of failure- when all remote candidates are added( with relay candidates ), remote offer/answer SDP set.

like image 860
Md. Arafat Al Mahmud Avatar asked Mar 23 '15 08:03

Md. Arafat Al Mahmud


Video Answer


1 Answers

One of the reasons of P2P connection failure between two peers is that peer failed in gathering the suitable ice candidates and this is what we called "ICE failure"

So if you mean by ICE failure that the client application not able to get the suitable ice candidates from the ice server so that could happen for many reasons. For Example:

  • ICE server down
  • P2P connections blocked by Firewall
  • Symmetric NAT which does not reuse session address binding. This results some NAT Traversal techniques failing in traverse packets through NAT devices
like image 62
Abdulrazak Alkl Avatar answered Oct 21 '22 23:10

Abdulrazak Alkl