Reputation: 179
I've surfed the internet for quite a while now for my project but all I could find is projects where people stream the raspberry pi camera to local host. I would like to stream it to the internet and be able to view it from anywhere in the world. Any suggestion?
Upvotes: 1
Views: 651
Reputation: 341
Use this tutorial to set up the camera: https://hackernoon.com/spy-your-pet-with-a-raspberry-pi-camera-server-e71bb74f79ea
Set stream_localhost off in /etc/motion/motion.conf
Forward the port 8081 on your router.
Get your IP: https://www.whatismyip.com/
Access the webcontrol through :8081
Attention: You need a static IP or dyndns!
Upvotes: 1