commit | 62ec0f6130856599d9da4b4ad9e99f8e38c93bb9 | [log] [tgz] |
---|---|---|
author | Henrik Boström <hbos@webrtc.org> | Wed Jun 09 09:10:15 2021 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 10 13:13:21 2021 |
tree | b483ade4df938a91cfff817943987264519a3851 | |
parent | ba7da8b9d236ac2e6d0fb7c92a4d7f9bdf53a8c0 [diff] |
Add small cooldown to unsignalled ssrc stream creation. This CL adds a cooldown of 0.5 seconds where if the WebRtcVideoChannel created an unsignalled receive stream within that amount of time, if we receive even more unknown ssrcs we simply drop those RTP packets. This prevents getting into a state of spawning new decoders on every single packet which could happen e.g. if PT based demuxing is enabled and MIDs are missing from the packets. Bug: webrtc:12815 Change-Id: Id7675fb0cbfbc72281dcfe030d1a35629df3eb9f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/221520 Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Henrik Boström <hbos@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34263}
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.