From 0ca23c8a45abb40f55d706d8f232c4807df8a3b1 Mon Sep 17 00:00:00 2001 From: xiaosi <2652281683@qq.com> Date: Thu, 3 Sep 2026 10:57:42 +0800 Subject: [PATCH] chore: align LivePlayer Hls config comment with retries --- src/components/LivePlayer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/LivePlayer.vue b/src/components/LivePlayer.vue index 52b5caa..b8f3cf2 100644 --- a/src/components/LivePlayer.vue +++ b/src/components/LivePlayer.vue @@ -321,7 +321,7 @@ async function attachPlayer(url, { seq: existingSeq } = {}) { return } - // 关闭内置长重试,改由启动窗口退避控制 404 等待 + // 现网为普通 6–12s HLS,不是 LL-HLS;放宽分片重试,启动 404 仍由同 URL 窗口控制 hls = new Hls({ enableWorker: true, lowLatencyMode: false,