Bug 214787
| Summary: | qpSum is always 0 in WebRTC stats | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dan <kentbriggs5> |
| Component: | WebRTC | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | webkit-bug-importer, youennf |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 13 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Dan
Support for qpSum in WebRTC stats was added in https://bugs.webkit.org/show_bug.cgi?id=170060, but it seems like the value is always 0.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/66108343>
Dan
Created a simple repro: https://codepen.io/dbriggs/pen/wvMLREG.
Dan
I noticed in the original change that qpSum was being reset to 0 immediately after being set to the correct value http://trac.webkit.org/browser/webkit/trunk/Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCMediaEndpoint.cpp?rev=214368#L273.
Not sure if that was changed at some point later though!
youenn fablet
Fixed in https://trac.webkit.org/changeset/262726