diff --git a/ruoyi-ui/src/views/JiHeExpressway/components/Video/videoStream.js b/ruoyi-ui/src/views/JiHeExpressway/components/Video/videoStream.js index fdbe8bae..20e1a697 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/components/Video/videoStream.js +++ b/ruoyi-ui/src/views/JiHeExpressway/components/Video/videoStream.js @@ -96,13 +96,13 @@ export class HttpLivePlayer { type: "flv", url: this.url, isLive: true, - // hasVideo: true, + hasVideo: true, hasAudio: false, }, { autoCleanupSourceBuffer: true, - enableWorker: false, //不启用分离线程 - enableStashBuffer: true, //关闭IO隐藏缓冲区 + // enableWorker: false, //不启用分离线程 + // enableStashBuffer: true, //关闭IO隐藏缓冲区 isLive: true, lazyLoad: false, }