From 8661888c8e2ffa493a624314c8a029cb152a908e Mon Sep 17 00:00:00 2001 From: 15683799673 Date: Wed, 3 Sep 2025 01:15:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E6=92=AD=E6=94=BE=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E9=80=BB=E8=BE=91=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/sis/video/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web-antd/src/views/sis/video/index.vue b/apps/web-antd/src/views/sis/video/index.vue index b505ce56..82f64f8b 100644 --- a/apps/web-antd/src/views/sis/video/index.vue +++ b/apps/web-antd/src/views/sis/video/index.vue @@ -361,9 +361,9 @@ function doPlayer(nodeData: any, index: number = 0) { console.log('index=', index); if (mpegts.isSupported()) { streamProxy(nodeData, (res: AddStreamProxyResult) => { - // const host = window.location.host; - // const url = `ws://${host}/${res.app}/${res.streamId}.live.flv`; - const url = `ws://183.230.235.66:11010/${res.app}/${res.streamId}.live.flv`; + const host = window.location.host; + const url = `ws://${host}/${res.app}/${res.streamId}.live.flv`; + // const url = `ws://183.230.235.66:11010/${res.app}/${res.streamId}.live.flv`; // 将url 绑定到 nodeData nodeData.url = url; closePlayer(index);