处理服务重启或设备重新上线时的订阅,优化通道导入重复的处理

This commit is contained in:
648540858
2022-01-20 16:48:30 +08:00
parent c5ddf59858
commit 7d88827415
14 changed files with 234 additions and 25 deletions

View File

@@ -78,7 +78,7 @@ export default {
this.jessibuca = new window.Jessibuca(Object.assign(
{
container: this.$refs.container,
videoBuffer: 0.5, // 最大缓冲时长,单位秒
videoBuffer: 0.2, // 最大缓冲时长,单位秒
isResize: true,
isFlv: true,
decoder: "./static/js/jessibuca/index.js",