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

Feature: Add "prefer-native" support #5

Closed
cjpillsbury opened this issue Aug 17, 2021 · 0 comments
Closed

Feature: Add "prefer-native" support #5

cjpillsbury opened this issue Aug 17, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request mux-video Relates to mux-video element

Comments

@cjpillsbury
Copy link
Contributor

Which Mux Elements/Packages would you like a new feature for?

  • mux-video

🎥 Describe the feature you'd like to request

I'd like an easy way to tell <mux-video/> that I'd prefer to use native HLS support if/when it's available.

💻 Describe the use cases the feature will solve

For performance reasons, new features in the HLS spec, or strange edge cases, there are times when allowing someone to specify that they'd like to use the native HLS support built into the browser (e.g. in Safari), even when HLS/MSE is available.

⭐ Describe the solution you'd like to see

<mux-video prefer-native></mux-video> will always choose native HLS playback support if/when it's available (otherwise, it will try to use Hls.js "under the hood" if it's supported.)

🔄 Describe alternatives or workarounds you've considered

  • Fork mux-elements
  • Don't use mux-video
@cjpillsbury cjpillsbury added the enhancement New feature or request label Aug 17, 2021
@cjpillsbury cjpillsbury self-assigned this Aug 17, 2021
@cjpillsbury cjpillsbury added this to the Mux Elements Beta milestone Aug 18, 2021
@cjpillsbury cjpillsbury added the mux-video Relates to mux-video element label Aug 18, 2021
clearlyTHUYDOAN added a commit to clearlyTHUYDOAN/elements that referenced this issue May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request mux-video Relates to mux-video element
Projects
None yet
Development

No branches or pull requests

1 participant