commit | 7172ea13c029b56e68b0b6075034489ebe00f6c0 | [log] [tgz] |
---|---|---|
author | Ilya Nikolaevskiy <ilnik@webrtc.org> | Mon Oct 30 10:17:34 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Nov 01 12:34:26 2017 |
tree | cda431148681b8f1a8f1b874d209abb7576a2b19 | |
parent | 2bb8447093a9c2899928960f623a361b30342fdb [diff] |
Don't use old RTCP SR reports for remote clock estimation At the beginning of the call, when rtt is not yet estimated, SR packets are not used for estimation. Yet, it may happen that on some non-SR RTCP packet RTT would become available. At that time an old SR will be used for remote clock estimation. This will lead to remote clock offset to the past too much. Bug: webrtc:8468 Change-Id: I1bdbd56a7bab1c28e73987e5fb307f8e7382b045 Reviewed-on: https://webrtc-review.googlesource.com/16840 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20528}
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.