commit | 64e47142818cc14902fd5af75a1decdf629c2cee | [log] [tgz] |
---|---|---|
author | Olov Brändström <brandstrom@google.com> | Fri Mar 07 16:09:34 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 14 12:24:05 2025 |
tree | ff259bf2cb6dd08b214c3ce3cf19127b7ed6b04a | |
parent | b9225979d9b27862f38a559bedc7b46ace2d20d1 [diff] |
Add field trial that change g2g metric to use abs. capture time. G2G (glass to glass) latency metric uses RTP timestamps to estimate the metric. The RTP timestamps are converted to senders NTP time using data from Sender Reports. This work fine in most cases, but not when Virtual Video SSRCs are used. This field trail changes the G2G metric to use the absolute capture time header extension to get senders NTP timestamp. This is designed to work with Virtual SSRCs, and is currently used for audio end to end latency metric. Enables this should improve G2G latency metric calculations with VVSSRCs , and create the same results in other cases. It should not create any other side effects. The feature is hidden behind the flag so we can make sure that's the case as we roll this out. Bug: webrtc:401512883 Change-Id: I7a75d0a430f1fd1bcd79d9a228a7429300d5fafe Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/380421 Reviewed-by: Åsa Persson <asapersson@webrtc.org> Reviewed-by: Philip Eliasson <philipel@webrtc.org> Commit-Queue: Olov Brändström <brandstrom@google.com> Cr-Commit-Position: refs/heads/main@{#44126}
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.