Generate keyframes only for requested SSRCs Add WebRTC-Video-PerSsrcKeyframes field trial that enables the existing functionality (guarded by x-google-per-layer-pli FMTP parameter) to generate keyframes per SSRC. There is a small difference to x-google-per-layer-pli implementation: unlike in x-google-per-layer-pli, SEA doesn't force separate encoders when the functionality enabled by the field trial. It would be better to let multistream/SVC encoders decide how to handle per-stream keyframe requests. Also fixed an issue in VideoStreamEncoder::SendKeyFrame where a new keyframe request always overrode the previous non-executed one. Bug: webrtc:527515375, b/527798266 Change-Id: I05b1cedf09adcbec3471b255b1676a114ea037fd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/485561 Commit-Queue: Sergey Silkin <ssilkin@webrtc.org> Reviewed-by: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/main@{#48094}
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 here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.