MediaServerUI

Administrator 1eff13e272 对接基本数据结果,设备列表,通道列表 5 年之前
public 46331606b9 新增录像回看,解决部分问题 5 年之前
screenshot 46331606b9 新增录像回看,解决部分问题 5 年之前
src 1eff13e272 对接基本数据结果,设备列表,通道列表 5 年之前
.gitignore 32d0a19df8 zxBuild 5 年之前
LICENSE fc0884e7d1 add LICENSE. 5 年之前
README.md 46331606b9 新增录像回看,解决部分问题 5 年之前
babel.config.js 7b9c9007f1 first commit 5 年之前
global.js 4b2daf2d57 save code 5 年之前
package-lock.json 46331606b9 新增录像回看,解决部分问题 5 年之前
package.json 46331606b9 新增录像回看,解决部分问题 5 年之前
postcss.config.js 7b9c9007f1 first commit 5 年之前
vue.config.js 32d0a19df8 zxBuild 5 年之前

README.md

default

Where to change

./global.js   
    host=your server ip
    secret=your server secret
    baseMediaUrl=your app addr 

2020-05-11

1.新增录像回看功能
2.解决媒体流关闭不彻底的问题
3.拉流更改为ws 
4.本次更新了前段ui框架版本,解决弹窗概率性卡死界面的问题,需要重新执行 npm install

感谢 @z2xy 的帮助

效果展示

Image text Image text Image text Image text

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.