WebSocket Server - ERR: The IP Address of the host is not a local IP Address - SipSorcery WebRTC Receiver #566
Unanswered
sanskar-singh-rajput
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In SipSorcery's WebRTCViewer, when running the application on the localhost, all seems fine. However when I try to switch to a non-local wss address, I tend to get the following error
Exception Unhandled: SystemAugmentException
'The host part could not be converted to an IP address. (Parameter 'url')'
Referencing code: https://github.com/sipsorcery-org/sipsorcery/tree/master/examples/WebRTCExamples/WebRTCReceiver
The only part replaced in the code is wss and stun address strings in program.cs. The addresses belong to a live server streaming through Amazon Kinesis.
Beta Was this translation helpful? Give feedback.
All reactions