muxinc / videojs-mux-kit

MIT License
33 stars 11 forks source link

hls.js configuration support #49

Closed olivierEddie closed 2 years ago

olivierEddie commented 3 years ago

Are there any plans to make the hls.js implementation configurable? I'm particularly interested in being able to set capLevelToPlayerSize, to save bandwidth for mobile users not on wi-fi.

cadavre commented 2 years ago
  1. Allowing to set Hls.js options would be great to finetune the playback options. So definitely +1 for this!
  2. Would be also great is Hls.js player instance could be exposed somewhere so we can grab it and ie. use advanced event listeners.
gkatsev commented 2 years ago

This has been fixed in v0.11.0: https://github.com/muxinc/videojs-mux-kit/releases/tag/v0.11.0

It allows both the configuration and exposed hlsjs instance on the tech.