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

Provide rate information directly #17

Open
wilaw opened this issue Aug 6, 2019 · 0 comments
Open

Provide rate information directly #17

wilaw opened this issue Aug 6, 2019 · 0 comments

Comments

@wilaw
Copy link

wilaw commented Aug 6, 2019

Current metrics all provide an absolute count of frames. To be useful for player developers as a switch trigger, players will usually need to convert this to a rate. It would be helpful if the interface provided this information directly. The values are obviously dependent on the timebase chosen, but something in the range of 1s would provide a faster reaction to problems and players could average this value over a longer period if they preferred .

Suggest

readonly attribute unsigned double droppedVideoFrameRate;
readonly attribute unsigned double totalVideoFrameRate;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant