-
Notifications
You must be signed in to change notification settings - Fork 16
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: Improve FrozenVideo and VideoDecoderCPU detectors #32
Conversation
…-issue-detector into decoder-issue-detector
…-issue-detector into decoder-issue-detector
🎉 This PR is included in version 1.14.0-debug-detectors.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.14.0-improve-base-detectors.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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.
Great job! Thanks for the improvements 🤝
…-issue-detector into improve-base-detectors
🎉 This PR is included in version 1.16.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Created new
VideoDecoderIssueDetector
that detects decoder CPU throttling in a better way thanFramesDroppedIssueDetector
Improved
FrozenVideoTrackDetector
that uses basic video freeze metrics from getStats()False positive results based on bad network circumstances are filtered out by additional check in
VideoDecoderIssueDetector
andFrozenVideoTrackDetector
Deleted
FramesEncodedSentIssueDetector
due to redundancy in network problem detection.QualityLimitationsIssueDetector
andOutboundNetworkIssueDetector
give better results.