commit | 6e661f47cf62c892ddb1bc658918035fa0304541 | [log] [tgz] |
---|---|---|
author | Danil Chapovalov <danilchap@webrtc.org> | Mon May 10 15:19:50 2021 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 11 08:06:54 2021 |
tree | 026869a73bd43868dbcf089005dd18878836e5c7 | |
parent | 64a79c71c479230a0d298bb264fd385035c2822e [diff] |
Change rtc event log packet messages implementation to save full rtp packet Keeping just the header doesn't save memory because header is taken as slice of the original packet (and thus keeps a reference to the buffer containing full packet) Keeping full packet is simpler and avoid extra unused buffer created during RtpPacket default contruction Bug: b/187593466 Change-Id: I78d7201d110092fc039203e1caa2fb9c3afbc079 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/218161 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33974}
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.