-
Notifications
You must be signed in to change notification settings - Fork 1.6k
云端录像功能部署与使用
648540858 edited this page Jan 5, 2022
·
3 revisions
- 录像查询,支持按照日期,流信息(app和stream)查询
- 时间轴显示录像(定位到文件,未定位到实际时间(TODO))
- 录像播放
- 录像倍速播放
- 录像连续播放
- 录像裁剪合并下载,进度实时更新
- 支持到期自动删除
gitee库: https://gitee.com/pan648540858/wvp-pro-assist github库: https://github.com/648540858/wvp-pro-assist 自行安装maven与java1.8环境(与WVP-PRO相同),编译方式与wvp-pro相同。
git clone https://gitee.com/18010473990/wvp-pro-assist.git
cd wvp-pro-assist
mvn package
编译结束可以在target找到类似这样的”wvp-pro-assist-1.0.0-20210601100954.jar“
java -jar wvp-pro-assist-1.0.0-20210601100954.jar --spring.config.location=target/application.yml
每个配置的含义参考配置文件