commit | 8005d5613e2d7a88e24f11f8da1022d658f9a4aa | [log] [tgz] |
---|---|---|
author | Henrik Boström <hbos@webrtc.org> | Mon Oct 23 08:38:24 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Oct 23 09:53:11 2023 |
tree | fdb9bb89fbf138e47562834805b2e6eef0953336 | |
parent | 32f6c6e8b97b3e183fb0010605d8efced8ed812e [diff] |
Add stats-related TODOs with crbugs. Someone wondered why framesRendered has not been implemented. I had a look, and discovered that a) we need to implement it, and b) our entire inter-frame, pause, and freeze metrics are measured at the wrong time because what WebRTC considered "OnRenderedFrame()" is not actually when the frame was rendered. So that we don't forget this again, I filed two crbugs and added TODOs in the code for future reference to anyone interested in these metrics. Bug: webrtc:15600, webrtc:15601 Change-Id: Id38df7874df715e9b9c0410efa4a9bc2af5d6232 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/324306 Auto-Submit: Henrik Boström <hbos@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Henrik Boström <hbos@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40987}
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.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.