commit | 607e6fd44e8377be903e97268d4d9ea72d1048fb | [log] [tgz] |
---|---|---|
author | Amit Hilbuch <amithi@webrtc.org> | Thu Jan 17 23:18:40 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Jan 18 00:02:38 2019 |
tree | b6ff185a2454aa994438142b22ddf6e3441246c8 | |
parent | 01120bc1c1aa09115694c93ab9845090bf213df3 [diff] |
Fixing possible bug when Flex and RTX used together. When Flex and RTX are both specified, Flex will not be used because RTX will introduce a new SSRC making the total SSRC count > 1. Flex can only protect a single stream, so if the total SSRC count is > 1, it is not used. The fix is simple, to check the number of "primary SSRCs" before redundancy streams are added when determining if Flex should be used. Bug: None Change-Id: I98df1b807d306bdcce1a76dfb163aa14e60d0052 Reviewed-on: https://webrtc-review.googlesource.com/c/118220 Reviewed-by: Steve Anton <steveanton@webrtc.org> Commit-Queue: Amit Hilbuch <amithi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26308}
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.