-
Notifications
You must be signed in to change notification settings - Fork 427
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
feat: add frameRate property to the representation class. #1289
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1289 +/- ##
=======================================
Coverage 86.31% 86.31%
=======================================
Files 39 39
Lines 9855 9856 +1
Branches 2298 2298
=======================================
+ Hits 8506 8507 +1
Misses 1349 1349
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
I guess this needs to wait for the m3u8-parser and mpd-parser updates. |
Yes, that's correct. |
Just published m3u8-parser 4.8.0 with this as well as videojs-contrib-quality-levels 2.2.0. |
and mpd-parser 0.22.0 is out too. |
Thank you. I guess we are one step closer to merging this PR. |
@gjanblaszczyk if you can update this PR with the new (non-major) versions, we can merge this in and release it. |
Congrats on merging your first pull request! 🎉🎉🎉 |
Description
I would like to display to the user the frame rate value for the currently playing quality level. However, it is not possible because the Representation class doesn't have the frameRate property.
This PR is related to this videojs/mpd-parser#159
Specific Changes proposed
Add frameRate property to the Representation class.
Requirements Checklist