hls: fix endless loading in Firefox (#4706)
Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
This commit is contained in:
@@ -195,7 +195,9 @@ const init = () => {
|
||||
loadStream();
|
||||
};
|
||||
|
||||
window.addEventListener('DOMContentLoaded', init);
|
||||
// use load instead of DOMContentLoaded, otherwise, in Firefox,
|
||||
// the page gets stuck in the "loading" state.
|
||||
window.addEventListener('load', init);
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user