kyriesent / node-rtsp-stream

Stream any RTSP stream and output to websocket for consumption by jsmpeg (https://github.com/phoboslab/jsmpeg). HTML5 streaming video! Requires ffmpeg.
MIT License
451 stars 166 forks source link

Possible to get it off localhost? #58

Closed mmeyers-solartech closed 4 years ago

mmeyers-solartech commented 4 years ago

I notice that only client connections coming in via Localhost are recognized and served. The FFMPEG configurations seem to be using the standard defaults, but I was hoping to be able to recognize those client connections from either other devices on my local network or devices off network accessing via IP. These clients will end up being jsmpeg react components, Localhost jsmpeg components work swimmingly but nothing is making it outside of localhost.

tamaker commented 4 years ago

not sure if this is still an issue for you but I was able to open ports assigned to each node app instance on my router and have off prem access.