fix: automatic fallback to hls.js
This commit is contained in:
parent
71f9a7bda4
commit
5951837ab9
1 changed files with 0 additions and 4 deletions
|
|
@ -1119,10 +1119,6 @@ async function src_error(event: Event) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (videoElement.value?.paused && !active.value) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
console.warn('Source failed to load, attempting HLS fallback via hls.js...', event);
|
console.warn('Source failed to load, attempting HLS fallback via hls.js...', event);
|
||||||
attach_hls(currentPlaybackUrl('m3u8', true));
|
attach_hls(currentPlaybackUrl('m3u8', true));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue