Web RTC Server is running in localhost only

3.8k views Asked by At

I've configured Web RTC sever in my PC. It's working with http://localhost:8080 But this server is not working with the IP address in another machines.

I've referred Web RTC Server with this URL.

2

There are 2 answers

0
user2988855 On

try start with mentioning --host=your local ip address

3
Istvan On

It might be a certificate problem. For Chrome you need to host your website on secure http (https) and your webrtc websocket needs to be also secured (wss). Localhost is an exception for this. You might try to test with Firefox as that doesn't require wss.