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

Quality switch doesn't work with m3u8 file #198

Open
agalindo-init opened this issue May 21, 2021 · 1 comment
Open

Quality switch doesn't work with m3u8 file #198

agalindo-init opened this issue May 21, 2021 · 1 comment

Comments

@agalindo-init
Copy link

Hello,
I am looking for a solution to get the Quality Switch Plugin running with a m3u8 file as source, but no source tags as childs of the video element. My first approach was to get the m3u8 file content, parse it, and render the markup for source elements as shown in the plugin example: https://github.com/mediaelement/mediaelement-plugins/blob/master/demo/quality.html

Actually it works like this to display the quality switcher button, but there is an event where it should use to work without that markup. This event never fires:
https://github.com/mediaelement/mediaelement-plugins/blob/master/src/quality/quality.js#L98

But both ways after switching the quality, the quality level changes to -1 (auto) and not the targeted level.

@nemesisKO
Copy link

are you found any solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants