ffmpeg CCTV方案2-shinobi video

单于季
2023-12-01

实现CCTV在线摄像头监控的方案还可以使用(个人开源,商用收费)开源的流媒体服务:shinobivideo

环境:ubuntu

1.sudo su
2.apt install git -y
3.git clone https://gitlab.com/Shinobi-Systems/Shinobi.git Shinobi
4.cd Shinobi
5.chmod +x INSTALL/ubuntu.sh && INSTALL/ubuntu.sh
6.open browser http:your_ubuntu_server_ip:8080
7.
Username : [some name]
Password : [password]

8.cd Shinobi
git pull
pm2 restart camera.js
pm2 restart cron.js

详细文档

https://shinobi.video/docs/start

 类似资料: