From b638e7eaa0dd71a90cd0bf91c899479f7755720c Mon Sep 17 00:00:00 2001 From: Ironsp <1522278303@qq.com> Date: Wed, 22 Jul 2026 14:01:32 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/video.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/video.ts b/src/utils/video.ts index 3b2a735..a165037 100644 --- a/src/utils/video.ts +++ b/src/utils/video.ts @@ -126,6 +126,7 @@ export const initHls = (monitorVideoUrl, monitorVideoRef, isDialogVisible?: () = // if (onStall) { // onStall(); // } + hls.startLoad(); } else { console.warn('[HLS] 网络错误,自动恢复...'); hls.startLoad();