Open Bug 1738994 Opened 4 years ago Updated 4 years ago

Limit the number of entries in the frame statistics in about:webrtc

Categories

(Core :: WebRTC, enhancement, P3)

enhancement

Tracking

()

People

(Reporter: ng, Unassigned)

References

Details

During changing network conditions this can become quite large. We should only display the N most recent frame statistics.

I think the most obvious solution, although maybe not ideal, would be to just drop anything in that table which is older then N, e.g. 50 entries. The disadvantage obviously would be that you no longer see data from the beginning of a call. But presumably people look at about:webrtc when they are experiencing an issue recently.

In addition to keeping the N most recent, I think it would probably make sense to keep the first few resolutions so one can see the initial resolution and adaptation. Alternatively all but the most recent resolutions could be in a disclosure group.

Severity: S2 → S3
You need to log in before you can comment on or make changes to this bug.