commit | 9addbebf427a8a49cd5a43cf4827c7c8b6e24c21 | [log] [tgz] |
---|---|---|
author | eladalon <eladalon@webrtc.org> | Fri Jun 30 13:26:54 2017 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Jun 30 13:26:54 2017 |
tree | 2508571fd6da97ebf510c311ebdeb0fff95e373f | |
parent | 49085ef280db84e47f41a06a247db56c70f6f037 [diff] |
Remove RtpDemuxer tweak for preventing multiple RSID inspections We have a tweak preventing multiple deep-examinations of packets; packets with a given SSRC are only inspected deeply (RSID) once (only the first received packet). Once we move to many-to-one stream-to-sink associations, this becomes less useful, and is better removed. BUG=webrtc:7135 Review-Url: https://codereview.webrtc.org/2955373002 Cr-Commit-Position: refs/heads/master@{#18859}
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.