-
Notifications
You must be signed in to change notification settings - Fork 18
feat: Improve FrozenVideo and VideoDecoderCPU detectors #32
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
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
VideoDecoderIssueDetectorthat detects decoder CPU throttling in a better way thanFramesDroppedIssueDetectorImproved
FrozenVideoTrackDetectorthat uses basic video freeze metrics from getStats()False positive results based on bad network circumstances are filtered out by additional check in
VideoDecoderIssueDetectorandFrozenVideoTrackDetectorDeleted
FramesEncodedSentIssueDetectordue to redundancy in network problem detection.QualityLimitationsIssueDetectorandOutboundNetworkIssueDetectorgive better results.