about:webrtc - packets received metric is wrongly reported as packets lost.
Categories
(Core :: WebRTC, defect)
Tracking
()
People
(Reporter: yura.yaroshevich, Assigned: yura.yaroshevich)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:90.0) Gecko/20100101 Firefox/90.0
Steps to reproduce:
- Open any WebRTC application, e.g. v3demo.mediasoup.org in 2 tabs;
- Open about:webrtc to monitor WebRTC metrics;
- Observe
RTP Stats
metrics.
Actual results:
Packets lost metric exactly matches packets received metric, but media work fine.
Expected results:
Packets lost metric should reflect actual packets lost.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Comment 2•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::WebRTC' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Comment 4•3 years ago
|
||
bugherder |
Updated•3 years ago
|
Comment 5•3 years ago
|
||
I was able to reproduce the issue on Nightly 92.0a1 (2021-07-23) (64-bit) (using W10 machine).
Issue is fixed on Beta 92.0b8 (64-bit) (using W10 machine).
But on Beta 92.0b8 build we saw an issue:
- 'about:webrtc' page is glitching (loading many times, see screenshot attached) when show details is pressed to view more details.
Same issue is not reproducing on: OLD->Nightly 92.0a1 (2021-07-23) and Latest->Nightly 93.0a1 (2021-08-26) (64-bit).
Do you know anything about this new issue?
Assignee | ||
Comment 6•3 years ago
|
||
Hi Monika. I don't know about new issue. The fix I've done was very tiny and only affected which number is reported as packets lost.
Comment 7•3 years ago
|
||
Closing this as verified fixed on Win10, Mac 10.13 and Ubuntu 20.4 (95.0b5) and logged separate issue 1740679 for issue mentioned at comment 5.
Updated•3 years ago
|
Description
•