commit | 192eeec14dfbc07c89ac2329d541a02762245d63 | [log] [tgz] |
---|---|---|
author | Benjamin Wright <benwright@webrtc.org> | Thu Oct 18 00:27:25 2018 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Oct 18 16:05:13 2018 |
tree | 0674a0bb882a1973169c51dc5c7790931256daf8 | |
parent | 6714bf9f18f2514919f7b0cdc305107076cdc65b [diff] |
Enable End-to-End Encrypted Video Frames. This change integrates the FrameDecryptorInterface and the FrameEncryptorInterface into the video send and receive path. If a FrameEncryptorInterface is set on an outgoing video RTPSender then each outgoing video frame will first pass through the provided FrameEncryptor which will have a chance to modify the payload contents for the purposes of encryption. In addition to this the new GenericFrameDescriptor will be added as additional data. If a FrameDecryptorInterface is set on an incoming video RtpReceiver then each incoming video payload will first pass through the provided FrameDecryptor which have a chance to modify the payload contents for the purpose of decryption. Bug: webrtc:9795 Change-Id: I9f743ce0cb63df0cf070f6144be7ada078b4e5d2 Reviewed-on: https://webrtc-review.googlesource.com/c/103920 Reviewed-by: Niels Moller <nisse@webrtc.org> Reviewed-by: Åsa Persson <asapersson@webrtc.org> Commit-Queue: Benjamin Wright <benwright@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25258}
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.