commit | 514f084c26039a587dac471e483d8295e6196dfc | [log] [tgz] |
---|---|---|
author | Benjamin Wright <benwright@webrtc.org> | Mon Dec 10 09:55:17 2018 -0800 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Dec 10 18:49:34 2018 +0000 |
tree | 7f92b40ab784949ed09ebd88ef905480cfebbf82 | |
parent | 60aaa03ee14bd4a37cef4f75a9592ae1f88116e9 [diff] |
New statistic added to VideoReceiveStream to determine latency to first decode. This change introduces a new measurement into the VideoReceiveStream::Stats structure to measure the latency between the first frame being received and the first frame being decoded in WebRTC. The goal here is to measure the latency difference when a FrameEncryptor is attached and not attached. Change-Id: I0f0178aff73b66f25dbc6617098033e226da2958 Bug: webrtc:10105 Reviewed-on: https://webrtc-review.googlesource.com/c/113328 Commit-Queue: Benjamin Wright <benwright@webrtc.org> Reviewed-by: Steve Anton <steveanton@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25956}
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 http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.