cf15cb5c94fdb1abab13e048c93adf3264b78cd7

This CL: 1) Updates RtpSenderVideo to actually populate the is_key_frame field properly. 2) Updates UlpfecGenerator to: * Allow updating the protection parameters before adding any packet. * Apply keyframe protection parameter when at least one buffered media packet to be protected belongs to a keyframe. Updating the parameters in the middle of a frame is allowed, at that point they only determine how many _complete_ frames are needed in order to trigger FEC generation. Only that requirement is met, will the protection parameters (e.g. FEC rate and mask type) actually be applied. This means that delta-frames adjecent to a key-frame (either ahead of or after) may be protected in the same way as the key-frame itself. Bug: webrtc:11340 Change-Id: Ieb84d0ae46de01c17b4ef72251a4cb37814569da Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/195620 Commit-Queue: Erik Språng <sprang@webrtc.org> Reviewed-by: Ying Wang <yinwa@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32787}
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.
Development
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.
More info
- Official web site: http://www.webrtc.org
- Master source code repo: https://webrtc.googlesource.com/src
- Samples and reference apps: https://github.com/webrtc
- Mailing list: http://groups.google.com/group/discuss-webrtc
- Continuous build: http://build.chromium.org/p/client.webrtc
- Coding style guide
- Code of conduct
- Reporting bugs
Description
Languages
C++
88.6%
C
3.3%
Java
3%
Objective-C++
1.9%
Python
1.9%
Other
1%