简体   繁体   English

将 Raspberry Pi 相机流式传输到 Internet

[英]Stream Raspberry Pi Camera to Internet

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?有什么建议吗?

  1. Use this tutorial to set up the camera: https://hackernoon.com/spy-your-pet-with-a-raspberry-pi-camera-server-e71bb74f79ea使用本教程设置相机: https : //hackernoon.com/spy-your-pet-with-a-raspberry-pi-camera-server-e71bb74f79ea

  2. Set stream_localhost off in /etc/motion/motion.conf在 /etc/motion/motion.conf 中设置 stream_localhost 关闭

  3. Forward the port 8081 on your router.转发路由器上的端口 8081。

  4. Get your IP: https://www.whatismyip.com/获取您的 IP: https : //www.whatismyip.com/

  5. Access the webcontrol through :8081通过 :8081 访问 webcontrol

Attention: You need a static IP or dyndns!注意:您需要一个静态 IP 或 dyndns!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM