videojs / videojs-contrib-quality-levels

Other
154 stars 52 forks source link

feat: add frameRate property to the quality level #134

Closed gjanblaszczyk closed 2 years ago

gjanblaszczyk commented 2 years ago

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 https://github.com/videojs/http-streaming/pull/1289

Specific Changes proposed

Add frameRate property to the quality level.

Requirements Checklist

gkatsev commented 2 years ago

Just realized there's a final thing that's missing. FrameRate should be mentioned in the README: https://github.com/videojs/videojs-contrib-quality-levels#populating-the-list

gjanblaszczyk commented 2 years ago

Oh, that's right! I have just updated it.