使用的软件 https://www.ispyconnect.com/download
在盒子上创建3个目录
/data/AgentDVR/config/
/data/AgentDVR/media/
/data/AgentDVR/commands/
docker安装
docker run -d --name=AgentDVR -e PUID=1000 -e PGID=1000 -e TZ=Asia/Shanghai -p 8090:8090 -p 3478:3478/udp -p 50000-50010:50000-50010/udp -v /data/AgentDVR/config/:/AgentDVR/Media/XML/ -v /data/AgentDVR/media/:/AgentDVR/Media/WebServerRoot/Media/ -v /data/AgentDVR/commands:/AgentDVR/Commands/ --restart unless-stopped mekayelanik/ispyagentdvr:latest
运行后 使用8090端口访问http://盒子ip:8090/
身边没有摄像机,还没测试实际使用情况!