rvi / ONVIFCamera

Pod and example on how to connect to an ONVIF camera
MIT License
88 stars 18 forks source link

How can I access ip camera feed remotely #10

Closed skromandev closed 4 years ago

skromandev commented 4 years ago

Hello,

I was able to stream my camera locally successfully . Now , how can I stream it remotely when I am not connected to local network ? I tried few tutorials but no luck . Note: I would like to stream through owned server or bought server but can you suggest camera which is compatible with the library!!

Many thanks.

rvi commented 4 years ago

If you're able to stream locally then the problem is from the configuration of your network, not the library or the camera, the camera should be accessible from outside, you should redirect the traffic on a given port to the internal IP of the camera. Closing this ticket as it's not related to the library.