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();