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

[Feature Request] add option to stream video from IP camera #103

Open
hyperion11 opened this issue Oct 26, 2022 · 2 comments
Open

[Feature Request] add option to stream video from IP camera #103

hyperion11 opened this issue Oct 26, 2022 · 2 comments

Comments

@hyperion11
Copy link

hyperion11 commented Oct 26, 2022

Good afternoon. It would be interesting to add the ability to stream from the IP camera.
Like ZR10 http://en.siyi.biz/en/Gimbal%20Camera/
I try simple IP camera which i have at this moment (https://www.xiongmaitech.com/en/index.php/product/product-detail/185/187/413) with zerotier and get it work. But probably not as beautiful as we would like
What i do.

  1. Connect IP camera over Ethernet cable to ETH port in RPI. IP address camera 192.168.144.25, RPI ETH 192.168.144.1
  2. Install Zerotier VPN on both sides and add route to 192.168.144.0/24 subnet via Zerotier's address RPI
  3. sudo sysctl -w net.ipv4.ip_forward=1 on RPI
  4. now i have access to 192.168.144.25 from Zerotier tunnel

Maybe there is a more elegant solution?

@timtuxworth
Copy link

Good afternoon. It would be interesting to add the ability to stream from the IP camera. Like ZR10 http://en.siyi.biz/en/Gimbal%20Camera/ I try simple IP camera which i have at this moment (https://www.xiongmaitech.com/en/index.php/product/product-detail/185/187/413) with zerotier and get it work. But probably not as beautiful as we would like What i do.

  1. Connect IP camera over Ethernet cable to ETH port in RPI. IP address camera 192.168.144.25, RPI ETH 192.168.144.1
  2. Install Zerotier VPN on both sides and add route to 192.168.144.0/24 subnet via Zerotier's address RPI
  3. sudo sysctl -w net.ipv4.ip_forward=1 on RPI
  4. now i have access to 192.168.144.25 from Zerotier tunnel

This is very interesting. Can you provide the specific command you used at step 2?

@hyperion11
Copy link
Author

image
i add route here. And it apply automatically when establishing vpn connection

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

2 participants