commit | b2db53998dc4226d41e6c101bf24ff38a8188a32 | [log] [tgz] |
---|---|---|
author | Qingsi Wang <qingsi@google.com> | Tue Aug 07 17:06:45 2018 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Aug 08 16:44:11 2018 +0000 |
tree | 83854b20f0b123a97972b0586f5dee13902a98c8 | |
parent | 25d31ec440d1aeb6ea06bd42f3b2b6dbf484b23c [diff] |
Parse the number of packets lost in RTCP SR as a signed integer. The cumulative number of packets lost in a RTCP sender report can be negative if there are duplicates. This CL fixes a bug that the parser of RTCP reports treats the field as an unsigned integer, and incorrectly reports large packet losses when a negative loss is reported. Bug: webrtc:9601 Change-Id: I1109ac0741614d61bda743e13a390b7d3e147a9c Reviewed-on: https://webrtc-review.googlesource.com/92942 Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Sebastian Jansson <srte@webrtc.org> Commit-Queue: Qingsi Wang <qingsi@google.com> Cr-Commit-Position: refs/heads/master@{#24234}
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.