Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to access the HLS.js object that is created for the video player #23

Open
mrjelveh opened this issue Feb 20, 2021 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@mrjelveh
Copy link

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

@devcshort
Copy link
Owner

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.

@devcshort
Copy link
Owner

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 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
@devcshort devcshort added enhancement New feature or request help wanted Extra attention is needed labels Mar 23, 2021
@cgilly2fast
Copy link

I also have a forked will this feature: https://github.com/cgilly2fast/react-hls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants