DescriptionDistinguishing between audio and video stats in WebRTC telemetry.
We used to not be able to tell audio packetsSent from video packetsSent
in the WebRTC stats reports, but with this patch we can. I use the fact
that all video-send metrics will come with other video-send metrics, so
we can classify a report based on what's in it (for instance, a report
with audioInputLevel in it will be an audio-send report).
This fixes buggy output where the code would merge data from send
and receive metrics, for instance leading to packets received sequences
like 10, 20, 15, 30, which doesn't make sense.
BUG=412787
Committed: https://crrev.com/2e727fd948c84a61e5158ab3a53528a1a94fe151
Cr-Commit-Position: refs/heads/master@{#300653}
Patch Set 1 #
Messages
Total messages: 15 (7 generated)
|