From a806781ca3f6332ccae0779d581aa07ca44807fb Mon Sep 17 00:00:00 2001 From: Joe <1712833832@qq.com> Date: Wed, 17 Jan 2024 16:36:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E4=BB=A3=E7=A0=81=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/JiHeExpressway/components/Video/videoStream.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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, }