Skip to content

v0.11.0 enable configuration for hls.js

Compare
Choose a tag to compare
@gkatsev gkatsev released this 12 May 21:36
· 20 commits to main since this release

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.