commit | cb83bdf01f2ec8b9ed254991edc2be053c9eed24 | [log] [tgz] |
---|---|---|
author | eladalon <eladalon@webrtc.org> | Mon Jun 26 12:56:34 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Jun 26 12:56:34 2017 |
tree | 46090534fe827260529cea33058e83f197652df5 | |
parent | 3ac91c7580982ae4f6fd792d6b20cedb3106bae9 [diff] |
Create RtcpDemuxer. Capabilities: 1. Demux RTCP messages according to the sender-SSRC. 2. Demux RTCP messages according to the RSID (resolved to an SSRC, then compared to the sender-RTCP). 3. Allow listening in on all RTCP messages passing through the demuxer ("broadcast sinks"). BUG=webrtc:7135 Review-Url: https://codereview.webrtc.org/2943693003 Cr-Commit-Position: refs/heads/master@{#18763}
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 http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.