Browse Source

chore: align LivePlayer Hls config comment with retries

main
xiaosi 2 weeks ago
parent
commit
0ca23c8a45
  1. 2
      src/components/LivePlayer.vue

2
src/components/LivePlayer.vue

@ -321,7 +321,7 @@ async function attachPlayer(url, { seq: existingSeq } = {}) {
return
}
// 退 404
// 612s HLS LL-HLS 404 URL
hls = new Hls({
enableWorker: true,
lowLatencyMode: false,

Loading…
Cancel
Save