webrtc-stats
webrtc-stats copied to clipboard
WebRTC Statistics
[RTCPeerConnectionStats](https://w3c.github.io/webrtc-stats/#pcstats-dict*) does not contain PC state information. - If we fix #483 we have iceState on a per-transport basis. Would it make sense to compute [iceConnectionState](https://w3c.github.io/webrtc-pc/#dom-peerconnection-ice-connection-state) and expose it on...
Related to https://github.com/w3c/webrtc-stats/pull/492
for example packetSent is represented by a 32-bit in RTP/RTCP. If it overflows does the webrtc-stats report: 1. keeps counting up, we are not limited in such cases we use...
Stats to be added max_waiting_time_ms mean_waiting_time_ms Justification * These are useful to understand how network was operating. Existing metrics such as plc/cng/plccng/etc do not provide enough insight that waiting time...
If they mean the same thing, then use it consistently. Else describe if there is a semantic distinction between the two somewhere in the document.
This could be a useful metric to detect freezes in video, detect lost frames or network problems. Definition: It is a difference between time moments when two consecutive received frames...
The quality of Wifi directly affects the performance of WebRTC and WebRTC can use these stats to adapt and produce a better experience for the users. Can we standardize WiFi...
System, process and tab CPU usage directly affects the performance of WebRTC and WebRTC has ways of adapting depending on available CPU. While not in direct control of WebRTC, there...
The non-standardized Chromium getStats contains the following stat: ``` // An instantaneous measurement of the likelihood that there is echo. // This is a send side stat with range 0...
Assuming that there will be a pacing limits on the STUN packets. We would need: - global pacing limit in Kbps? - defaultTa vs chosenTa - droppedIceChecksBeforeSend - totalNumIceAgents