DoubangoTelecom / sipml5

The world's first HTML5 SIP client (WebRTC)
BSD 3-Clause "New" or "Revised" License
939 stars 456 forks source link

SIPML5 firefox taking more time for ICEGathering #268

Closed varghesepaul closed 7 years ago

varghesepaul commented 7 years ago

Hello Team,

We are noticing more time for ICEgathering in Firefox. But it works well in Chrome.

FireFox Version : 46.0

Console Log:

sipml5

12:58:16.251 ICE servers:[{"url":"stun:23.21.150.121:3478"},{"url":"stun:216.93.246.18:3478"},{"url":"stun:66.228.45.110:3478"},{"url":"stun:173.194.78.127:19302"}]

12:58:17.591 onIceCandidate = gathering

12:58:29.090 onIceCandidate = complete

From the above console log we can see it is taking 12 seconds for ICE gathering.

URL used for testing : https://www.doubango.org/sipml5/call.htm?svn=250#

Any thoughts will be appreciated on this.

Regards

Varghese Paul

roginvs commented 7 years ago

Hi! Can you test this version? I am not sure is it your issue, but probably this patch will help

varghesepaul commented 7 years ago

Hi @roginvs ,

Thanks for the reply. I will test and let you know the result shortly.

Regards

Varghese Paul

varghesepaul commented 7 years ago

Hello Guys,

The issues was resolved. It was a connectivity issue with ICE Server.

Closing the ticket.

Regards

Varghese Paul