iizukanao / node-rtsp-rtmp-server

RTSP/RTMP/HTTP hybrid server
MIT License
1.09k stars 282 forks source link

Acess to picam stream from internet #132

Closed oceanlazy closed 5 years ago

oceanlazy commented 5 years ago

I installed server and can run stream using picam, and I can access to the stream from my pc using VLC, but when I run curl ident.me on rpi I cant access to the stream on this ip address, can I connect to stream from the internet? or its just my firewall?

P.S. Looks like rpi and pc have the same address, maybe this is reason, then can I using option --tcpout stream to my external node-rtsp-rtmp-server but just change the url for example to rtsp://ip:80/live/picam/2 because many devices will connect to this server.