commit | 7703f23b60c493744aba84977aec459cbc33f016 | [log] [tgz] |
---|---|---|
author | Erik Språng <sprang@webrtc.org> | Mon Sep 14 09:03:13 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Sep 14 21:42:55 2020 |
tree | a4b3cf8543fb41d7d46ef95ec65740ead40dc825 | |
parent | 352e9daef613fee8c6678b97932d202ad449c978 [diff] |
Adds ability to delay pacer start until media is added. This avoids the pacer thread waking up at 5ms interval if a PeerConnection is created without actually using media. The TaskQueuePacedSender solves the problem too, this CL is mostly a safeguard in case we still find issues when turning it on... Can be turned off by setting field trial "WebRTC-LazyPacerStart" to "Disabled". Bug: webrtc:10809 Change-Id: I8501106e608eccb14487576f24bdceaf3f324d80 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/183982 Reviewed-by: Sebastian Jansson <srte@webrtc.org> Reviewed-by: Tommi <tommi@webrtc.org> Commit-Queue: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32101}
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.