Mr. N.V.Rao
Mr. N.V.Rao

Reputation: 1082

Web RTC Server is running in localhost only

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.

Upvotes: 2

Views: 4191

Answers (2)

user2988855
user2988855

Reputation: 296

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

Upvotes: 0

Istvan
Istvan

Reputation: 1665

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.

Upvotes: 1

Related Questions