hlsjs-playback
hlsjs-playback copied to clipboard
Error: Uncaught TypeError: Cannot read properties of undefined (reading 'call) Vite (FIX)
Using this module in a Vite project causes the above error.
To fix, provide this in your Clappr config:
new Clappr.player({
...
playback: {
hlsjsConfig: {
enableWorker: false
}
}
})
See https://github.com/video-dev/hls.js/issues/5146