-
Notifications
You must be signed in to change notification settings - Fork 425
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
chore: Replace old quality selector #1482
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1482 +/- ##
=======================================
Coverage 86.06% 86.06%
=======================================
Files 42 42
Lines 10761 10761
Branches 2478 2478
=======================================
Hits 9261 9261
Misses 1500 1500 ☔ View full report in Codecov by Sentry. |
scripts/rendition-selector.js
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be added to https://github.com/videojs/http-streaming/blob/main/scripts/netlify.js#L5
@@ -92,7 +92,6 @@ | |||
"videojs-generate-karma-config": "^8.0.1", | |||
"videojs-generate-rollup-config": "^7.0.0", | |||
"videojs-generator-verify": "~3.0.1", | |||
"videojs-http-source-selector": "^1.1.6", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no objects to replacing but, but there is a new fork of it that includes v8 support: https://github.com/jb-alvarado/videojs-hls-quality-selector
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's just use that then
use another selector
The quality selector plugin on the demo page doesn't work with Video.js 8, and the error that logs is distracting noise.
Replaces the quality selector with an alternative plugin.