Open Bug 1706912 Opened 3 years ago Updated 3 years ago

Audit removed stats

Categories

(Core :: WebRTC, task, P2)

task

Tracking

()

People

(Reporter: ng, Unassigned, NeedInfo)

References

(Blocks 1 open bug)

Details

Look at removed stats and make sure there are replacements in place before shipping, so we don’t leave applications with a dead end.

Severity: -- → S3
Priority: -- → P2
Assignee: nobody → na-g
Assignee: na-g → nobody

discardedPackets was removed from libwebrtc. We do not yet have a replacement for it. Upstream there is a patch that adds it for audio only
https://source.chromium.org/chromium/chromium/src/+/main:third_party/webrtc/call/audio_receive_stream.h?q=packets_discarded&ss=chromium%2Fchromium%2Fsrc this is a bit funny as previously it was video only.

The bitrate and framerate stats should be derivable from the existing byte and frame counters.

Should we try to add packetsDiscarded for audio and video before release, or are we good where we stand now you think?

Flags: needinfo?(na-g)
Depends on: 1742181
You need to log in before you can comment on or make changes to this bug.