pchab / ProjectRTC

WebRTC Live Streaming on nodeJS (+ android client !)
Other
1.04k stars 476 forks source link

How to run server on different Ip #42

Closed reaurr closed 7 years ago

reaurr commented 7 years ago

Server runs only localhost or 127.0.0.1 How to change ip of server? Any hints Thanks

reaurr commented 7 years ago

I changed server ip with; var server=app.listen(app.get('port',"192.167.10.23"); but this time not open web camera.

adesurya commented 5 years ago

hi, can you give solution how to solve that?