WebRTC Connection Timeout and TLS Exception #1465
Unanswered
JulianSchmidt1996
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Are both your peers using sipsorcery or is one peer a browser? If both peers are sipsorcery you could check a connection can be established on your machine using the webrtccmdline app: Start the first peer (it's called a server due tot he signalling) using:
and the second
Exmaple server peer output: Client peer output: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I'm trying to set up a simple WebRTC media transfer with audio/video using SipSorcery.
I'm currently having a problem where my connection times out, and I haven't been able to figure out why.
The ICE connection between my two clients was established and is running in Connected status. The connection state runs connecting, then closed, then failed. In Visual Studio, I get these warnings:
Exception thrown: “System.Net.Sockets.SocketException” in System.Net.Sockets.dll
Exception thrown: “System.TimeoutException” in SIPSorcery.dll
Exception thrown: “Org.BouncyCastle.Tls.TlsFatalAlert” in BouncyCastle.Cryptography.dll.
Here is the source code:
I am currently testing the code exclusively on my local network without any complex firewalls in between. However, I have already checked whether simple things like disabling the Windows firewall or using a different router would help, but this was not the case. Wireshark did not provide me with any new insights in this regard, but I am happy to send you the recording.
Maybe someone else has an idea of what else I can try or what the problem might be. I look forward to your feedback.
Best regards,
Julian
Beta Was this translation helpful? Give feedback.
All reactions