Jesse Falzone
Jesse Falzone
I set up a [jsfiddle](https://jsfiddle.net/gxedb64u/7/) to demonstrate the issue. I used unminified versions for easier debugging, and confirmed that swapping the order of this plugin and videojs-contrib-hls still produces these...
@thijstriemstra you're welcome. I believe it is working, since videojs-contrib-hls registers itself automatically. You can test this by commenting out the `wavesurfer` options ```javascript var player = videojs('my-video', { controls:...
I've changed your earlier example to the following (notice `hls` is nested in `html5`, not `plugins`): ```javascript var player = videojs('myAudio', { controls: true, autoplay: true, fluid: false, loop: false,...