Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I want to access public IP camera which is not in my local network #68

Open
Yogita-Techspwan opened this issue Feb 24, 2020 · 2 comments

Comments

@Yogita-Techspwan
Copy link

Hi,

I have been able to discover and connect to the ONVIF cameras in my local network.
how can I access the camera which is placed in the remote location/another network/ global network/ public ONVIF camera

@wb666greene
Copy link

I'm not sure about "discovering" "public" Onvif sources, if its public, the URL should be available and not need to be discovered.

But I have a similar issue in that I run my cameras and IOT devices behind a "double NAT" setup.

My systems are on 192.168.2.xxx and my cameras and IOT devices are on 192.168.1.xxx

Accessing the 192.168.1.xxx devices works fine when I know the IP on the 192.168.1 subnet. And onvif.startProbe() works great for cameras when they are on 192.168.2.xxx but when they are on 192.168.1.xxx it doesn't find them.

Is there an option or parameter to specify the subnet to be probed?

@trgkyle
Copy link

trgkyle commented Jun 15, 2021

Same prob

I'm not sure about "discovering" "public" Onvif sources, if its public, the URL should be available and not need to be discovered.

But I have a similar issue in that I run my cameras and IOT devices behind a "double NAT" setup.

My systems are on 192.168.2.xxx and my cameras and IOT devices are on 192.168.1.xxx

Accessing the 192.168.1.xxx devices works fine when I know the IP on the 192.168.1 subnet. And onvif.startProbe() works great for cameras when they are on 192.168.2.xxx but when they are on 192.168.1.xxx it doesn't find them.

Is there an option or parameter to specify the subnet to be probed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants