ffmpeg CCTV方案2-shinobi video

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/csharp25/article/details/84679843

实现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

猜你喜欢

转载自blog.csdn.net/csharp25/article/details/84679843