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

Allow extensions to return qualityMap for mp4 URLs #311

Open
1 task done
cweiske opened this issue Nov 21, 2024 · 0 comments
Open
1 task done

Allow extensions to return qualityMap for mp4 URLs #311

cweiske opened this issue Nov 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@cweiske
Copy link

cweiske commented Nov 21, 2024

Describe your suggested feature

The Miru video player shows the current video resolution in the lower left ("1920x1080"). When clicking on it, it only shows "No quality available" for mp4 videos - only HLS allow quality selection.

It would be nice if extensions could return multiple URLs from the watch() method, together with video quality/resolution labels.


Example: The media.ccc.de API provides URLs for different resolutions and formats.
https://api.media.ccc.de/public/events/68eadd0f-8415-4e85-a2f2-451dc69a2428

  • mp4 full hd
  • mp4 720p
  • audio only, opus
  • audio only, mp3

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open issue.
@cweiske cweiske added the enhancement New feature or request label Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant