commit | ef09c5b73425730c752d459c36ab9518576ef59f | [log] [tgz] |
---|---|---|
author | Elad Alon <eladalon@webrtc.org> | Fri May 31 11:25:50 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Jun 03 12:19:36 2019 |
tree | 1eeb0d243b6d94c9d54439594ec3fc2f039461b2 | |
parent | 4cd1c6a3db4cccad72735138e8ad72503dcff1c5 [diff] |
Buffer RTCP feedback messages in RtpVideoStreamReceiver Currently, if LNTF and NACK messages are both created, they will be sent out in separate RTCP messages. This is wasteful. This CL is the first of in a series of CLs that will ensure that these feedback messages can be buffered together, without introducing more of a delay than the CPU time required to process both messages. Bug: webrtc:10336 Change-Id: I950324112ee346695a12a17d025483ea5e99c732 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/139112 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Elad Alon <eladalon@webrtc.org> Cr-Commit-Position: refs/heads/master@{#28136}
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.