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,