1. 程式人生 > >阿里雲伺服器+樹莓派+mjpeg-streamer實現外網視訊監控

阿里雲伺服器+樹莓派+mjpeg-streamer實現外網視訊監控

實驗平臺
阿里雲伺服器 debain系統
樹莓派3

二.阿里雲伺服器安裝配置Apache2

安裝Apache2
apt-get install apache2
載入模組
a2enmod proxy proxy_ajp proxy_balancer proxy_connect proxy_ftp proxy_http
編輯proxy配置檔案
nano /etc/apache2/mods-enabled/proxy.conf
我配置後的檔案如下
這裡寫圖片描述

我開啟的是伺服器的10005埠,阿里雲伺服器的外部訪問埠要自己開啟

這裡寫圖片描述

重新啟動apache2
service apache2 restart

三.樹莓派通過ssh反向隧道將mjpeg-streamer的8080埠代理到公網VPS
ssh -fN -R 10005:localhost:8080 自己的阿里雲伺服器使用者名稱@伺服器IP
例如 ssh -fN -R 10005:localhost:8080 [email protected]
隨後要輸入伺服器的登入密碼

谷歌瀏覽器輸入http://你的伺服器ip/proxy/?action=stream
隨後可以看到影象