webrtc-stats icon indicating copy to clipboard operation
webrtc-stats copied to clipboard

WebRTC Statistics

Results 88 webrtc-stats issues
Sort by recently updated
recently updated
newest added

Spec explicitly says that we should be totaling up packetsSent, bytesSent, retransmittedPacketsSent, and retransmittedBytesSent. But what about headerBytesSent/totalPacketSendDelay? [headerBytesSent](https://www.w3.org/TR/webrtc-stats/#dom-rtcoutboundrtpstreamstats-headerbytessent) It seems pretty clear that this should include RTX, since spec...

Ready for PR
Editorial

`playoutId` is frequently not implementable, there can be more than one playout path, or none, because a `MediaStreamTrack` can be sent to multiple `AudioContext` and/or `HTMLMediaElement` for rendering. There can...

Several metrics (pause, freeze and inter-frame if #717 is merged) talk about incrementing or measuring "just after" a frame is rendered. We should expand this definition in a common place...

Ready for PR

Now that we have a [gate for hardware exposure](https://w3c.github.io/webrtc-stats/#limiting-exposure-of-hardware-capabilities), can we add CPU% metrics to getStats()? Tagging @pes10k for privacy concerns.

privacy-tracker

Depending on [scalability mode](https://w3c.github.io/webrtc-stats/#dom-rtcoutboundrtpstreamstats-scalabilitymode), any given frame that is being encoded or sent can have one or more corresponding SVC layers. The spec is not very clear if in the...

Proposed Rec Blocker

Fixes #787 This PR adds new statistics for a corruption probability measure of a received video stream. We include both the sum and sum of squares for this measure, so...

CR blocker

https://github.com/webtorrent/webtorrent/issues/288#issuecomment-2433534469 points out that the remote ICE usernameFragment (added in https://github.com/w3c/webrtc-stats/pull/611) can act as a sidechannel (and while it is authenticated, it lacks encryption). In theory one can skip signaling...

We'd like to add a new feature that enables capturing video corruptions, and that requires a new stats value. Some background: We're try to catch bugs that cause the input...

PR exists