commit | 6769c4941817ac3d5b967d0aafa1304c06d0672e | [log] [tgz] |
---|---|---|
author | hbos <hbos@webrtc.org> | Mon Jan 02 08:35:13 2017 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Mon Jan 02 16:35:13 2017 +0000 |
tree | bd773da91521c33c538676b31eac4bff58fec5f1 | |
parent | d17a5a7709fcef98bb6fcd0d2a99e11dfcc38bb7 [diff] |
RTC[In/Out]boundRTPStreamStats: qpSum,framesDecoded,framesEncoded added. Recently added to the spec: RTCRTPStreamStats.qpSum - https://w3c.github.io/webrtc-stats/#dom-rtcrtpstreamstats-qpsum RTCInboundRTPStreamStats.framesDecoded - https://w3c.github.io/webrtc-stats/#dom-rtcinboundrtpstreamstats-framesdecoded RTCOutboundRTPStreamStats.framesEncoded - https://w3c.github.io/webrtc-stats/#dom-rtcoutboundrtpstreamstats-framesencoded These are added and collected. However, the qpSum is only collected in the outbound case. It should be collected in the inbound case before closing crbug.com/657855 BUG=chromium:657854, chromium:657855, chromium:657856 Review-Url: https://codereview.webrtc.org/2588373005 Cr-Commit-Position: refs/heads/master@{#15872}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.