commit | 87f83a9a27d657731ccb54025bc04ccad0da136e | [log] [tgz] |
---|---|---|
author | ivica <ivica@webrtc.org> | Thu Oct 08 12:13:32 2015 |
committer | Commit bot <commit-bot@chromium.org> | Thu Oct 08 12:13:37 2015 |
tree | 1ac98af30f727e436db9553b267f5a3f4a29a402 | |
parent | 650c9941eaa1890dd742fed471ed49412403b630 [diff] |
Adding support for simulcast and spatial layers into VideoQualityTest The CL includes several changes: - Adding flags describing the streams and spatial layers. - Reorganizing the order of the flags, to make them easier to maintain. - Adding a member .params_ to VideoQualityAnalyzer. (instead of passing it to every member function manually) - Updating VideoAnalyzer to support simulcast. (select appropriate ssrc and fix timestamps which are sometimes increased by 1) - VP9EncoderImpl already had code for automatic calculation of bitrate for each layer. Changing to first read bitrates and resolution ratios from the flags, if specified. If not specified, reverting to the old code are setting the values automatically. - Changing the parameters in LayerFilteringTransport, replacing xx_discard_thresholds with selected_xx, to make it easier to use for the end user. Review URL: https://codereview.webrtc.org/1353263005 Cr-Commit-Position: refs/heads/master@{#10215}
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. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.