-
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
Get parsed statistics #22
Comments
Hi @IlgamGabdullin ! Thanks for the question. Yes, we have such plans, but I cannot say for sure when exactly it'll be implemented. You can contribute by opening a pull request with the suggested feature. Our community will review the PR when it's ready 👍 |
@evgmel, hi! thanks for the response! We have also encountered some cases, when we do not need issues detecting , we need only mos calculating and parsed rtc stats. As a solution to meet the cases - we could make a new configuration property that is a list of ssrc's (ignoreIssueDetectingSSRCList), for which we do not call detectIssues method (similar to ignoreSSRCList, but only for ignoring issues detecting). Would it be a good solution or we should consider another one? |
@IlgamGabdullin Hi! Did you try to pass an empty array of |
@evgmel Hi! thanks for the response. If we pass an empty array it indeed does not detect any issues for any peer connection. In our case we would like to detect issues for several connections (but not for every one of them). The case: we have group calls up to 25 participants and detecting issues for every pc is cpu consuming process (especially on mobile devices) |
@IlgamGabdullin In this case you can open a PR with the proposed solution, our community members will review it when the code is ready 🤝 |
Hi! I've noticed that the library does rtc stats parsing to calculate mos and possible issues, but does not share the parsed rtc stats. Do you have plans on adding the ability to get parsed rtc stats? I see it as new callback in constructor
onStatsParsed: (stats: WebRTCStatsParsed)
The text was updated successfully, but these errors were encountered: