Time out when negotiating connection #1256
Unanswered
ppv-milestone
asked this question in
Q&A
Replies: 1 comment 4 replies
-
I can replicate the same behaviour and log messages if I re-use an RTCPeerConnection instance. Each instance is only intended to be used once. For each new WebRTC peer connection you should be creating a brand new instance. If it helps I use the webrtccmdline tool to test scenarios like this. Signalling server peer:
Signalling client peer:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have an implementation using WebRTC part of SIPSorcery in place which 2 out of 3 times works fine, but approximately every third attempt the flow seems to stop midway and then eventually times out. The logs will show the below (I have replaced TURN server address with 1.2.3.4, TURN server uri with TURNURI and certificate with XYZ), but then next line will be a timeout:
The times where it work I get the exact same, but then it will continue with this:
We have another web based client towards the same servers and do not see the same issue there. Does anyone have an idea what could be the reason why "ICE RTP channel sending connectivity check for" often times out?
Beta Was this translation helpful? Give feedback.
All reactions