v0.11.0 enable configuration for hls.js
This release enables configuring hls.js via Video.js options:
videojs('mux-default', {
html5: {
hls: {
capLevelToPlayerSize: true
}
}
});
For advanced use cases, the hlsjs instance is exposed on the tech.