commit | ab9535c0989b79b74b241dee88c505d79fa474f1 | [log] [tgz] |
---|---|---|
author | Joachim Reiersen <joachimr@meta.com> | Tue Sep 12 00:30:07 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 12 11:53:34 2023 |
tree | 81fe697fca1e5739620e6cb6209a25dc4febc35f | |
parent | 90fb11e806d00593452d1e55d7102da0f1678d6a [diff] |
Use single packet limit when all fragments end up in one H.264 packet Update RtpPacketizerH264::PacketizeStapA to use single_packet_reduction_len when all fragments end up in one H.264 packet. Previous code was using first_packet_reduction_len + last_packet_reduction_len for this case, which can cause an occasional RTC_CHECK crash in RtpPacketizerH264::NextAggregatePacket due to exceeding the available payload capacity of an RTP packet. Bug: webrtc:15477 Change-Id: Iba1564a6a29618bef22f19d82aba938420994b23 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/319645 Reviewed-by: Philip Eliasson <philipel@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40737}
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.