[M148] Allow signaled SSRCs to override learned bindings in RtpDemuxer Update RtpDemuxer to permit signaled SSRCs to override existing learned SSRC bindings. This prevents registration failures during session renegotiation when an SSRC, previously identified through payload type demuxing, is subsequently explicitly signaled. The demuxer now maintains a set of signaled SSRCs to differentiate explicit configurations from learned state. Conflict detection is modified to allow these overrides while maintaining strict checks between multiple signaled SSRCs. This ensures that explicit signaling always takes precedence over internally learned bindings, resolving routing issues during media stream updates. (cherry picked from commit 186d42a3010981882a8679a145ce36aa84581c78) Fixed: chromium:503666505 Bug: webrtc:502130956 Change-Id: I551c2b7ee5af18fc9792ee52be08c5349c20b641 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/464220 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Original-Commit-Position: refs/heads/main@{#47446} Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/464764 Reviewed-by: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/branch-heads/7778@{#2} Cr-Branched-From: ca896b7ffef011bbf6957c99d413c5aac602c99f-refs/heads/main@{#47319}
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.