commit | 411639ede8d1637c7f1a4be0630a0ae95211dcc0 | [log] [tgz] |
---|---|---|
author | Markus Handell <handellm@webrtc.org> | Tue Aug 22 10:58:47 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 22 15:45:32 2023 |
tree | 36c7dd64010f0b8f072990abccec353a9d398d34 | |
parent | 56c34a9ff44408b8978befdc8a70ddad6e0593b2 [diff] |
Introduce a frame dumping encoder wrapper. Expose new function MaybeCreateFrameDumpingEncoderWrapper that wraps another passed encoder and dumps its encoded frames out into a unique IVF file into the directory specified by the "WebRTC-EncoderDataDumpDirectory" field trial. If the passed encoder is nullptr, or the field trial is not setup, the function just returns the passed encoder. The directory specified by the field trial parameter should be delimited by ';'. The new function is wired up in VideoStreamEncoder. Bug: b/296242528 Change-Id: I6143adf899f78fcc03d4239a86c68dcbab483f1c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/317200 Reviewed-by: Erik Språng <sprang@webrtc.org> Commit-Queue: Markus Handell <handellm@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40600}
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.