Check RTP sequence number order when assembling H264 frame in PacketBuffer PacketBuffer::buffer_ slots can be re-used by packets with with different sequence numbers when their difference is multiple of buffer_.size() Non-H264 code path validates RTP sequence numbers continuity in `PotentialNewFrame` helper, H264 code path missed such check as the new test demonstrate. Bug: chromium:537233963 Change-Id: I6af0f52bfcb3a4437450dffcece85bee7ce172cd Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/490840 Reviewed-by: Åsa Persson <asapersson@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#48222}
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.