README: Swap logic for checking Hls.isSupported() by dylanjha · Pull Request #2954 · video-dev/hls.js

@dylanjha

Before Safari supported MSE then this recommendation worked well because `Hls.isSupported()` would return `false`. Now that changed and it returns `true`. I typically think it's a best practice to use the browser's native HLS support if it's available, otherwise fallback to hls.js.

@dylanjha

Keep the same "Getting Started" example, but add a second "Alternative Setup"

robwalch

approved these changes Aug 6, 2020

Joel2B added a commit to Joel2B/Custom-Video-Player that referenced this pull request

Jul 31, 2021

@Joel2B