commit | 1476a9d789db03457595cf7dbea7e362972f2a4d | [log] [tgz] |
---|---|---|
author | brandtr <brandtr@webrtc.org> | Fri Jun 02 00:58:11 2017 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Jun 02 07:58:11 2017 +0000 |
tree | 3d33b9c083dd1df4035d8dc12ec42157388364bf | |
parent | cbd3ee3e7793b600059f724b7a30b79b20ec56fd [diff] |
Only compare sequence numbers from the same SSRC in ForwardErrorCorrection. Prior to this CL, the ForwardErrorCorrection state would be reset whenever the difference in sequence numbers of the last recovered media packet and the new packet (media or FEC) was too large. This comparison did not take into account that FlexFEC uses a different SSRC for the FEC packets, meaning that the the state would be reset very frequently when FlexFEC is used. This should not have led to any major problems, except for a decreased decoding efficiency. This CL verifies that whenever we compare sequence numbers in ForwardErrorCorrection, they do indeed belong to the same SSRC. BUG=webrtc:5654 Review-Url: https://codereview.webrtc.org/2893293003 Cr-Commit-Position: refs/heads/master@{#18399}
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.