You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hls config is basically just the configuration object that gets passed down to HLS.js (the video player this uses under the hood for video streams). All configuration options can be found here. They also provide an explanation of all their properties as well.
I looked in to this a bit. At the moment, this isn't possible with this library. I'll need to do some updates that expose the HLS object that I create which would then give you the ability to manage the quality on your own. HLS.js automatically manages quality on it's own by default.
devcshort
changed the title
really confused to how to use hls config
Add the ability to access the HLS.js object that is created for the video player
Mar 23, 2021
I need to add quality switcher for this player but I really confused to how to add it,
it would be great someone create an example on codesandbox.io
The text was updated successfully, but these errors were encountered: