panlinlin b0080159d9 去除ssrc作为流ID传递,ssrc只作为sdp消息使用。动态端口的情况下支持固定流地址,同时支持未点播时直接播放流地址,代码自动发起点播 %!s(int64=4) %!d(string=hai) anos
..
build f75b3e6cda 使用异步接口, 更好的并发, 对hook使用订阅机制 %!s(int64=4) %!d(string=hai) anos
config 5a4859f05c 修复前端页面图标不显示的bug %!s(int64=4) %!d(string=hai) anos
src b0080159d9 去除ssrc作为流ID传递,ssrc只作为sdp消息使用。动态端口的情况下支持固定流地址,同时支持未点播时直接播放流地址,代码自动发起点播 %!s(int64=4) %!d(string=hai) anos
static be42a35eca 修复子节点显示错误 %!s(int64=5) %!d(string=hai) anos
.babelrc be42a35eca 修复子节点显示错误 %!s(int64=5) %!d(string=hai) anos
.editorconfig be42a35eca 修复子节点显示错误 %!s(int64=5) %!d(string=hai) anos
.gitignore be42a35eca 修复子节点显示错误 %!s(int64=5) %!d(string=hai) anos
.postcssrc.js be42a35eca 修复子节点显示错误 %!s(int64=5) %!d(string=hai) anos
README.md be42a35eca 修复子节点显示错误 %!s(int64=5) %!d(string=hai) anos
index.html f75b3e6cda 使用异步接口, 更好的并发, 对hook使用订阅机制 %!s(int64=4) %!d(string=hai) anos
package-lock.json f75b3e6cda 使用异步接口, 更好的并发, 对hook使用订阅机制 %!s(int64=4) %!d(string=hai) anos
package.json f75b3e6cda 使用异步接口, 更好的并发, 对hook使用订阅机制 %!s(int64=4) %!d(string=hai) anos

README.md

gb_web

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.