The iOS H264 video toolbox encoder is currently undershooting the intended bitrate. This seems to be caused by the data rate limit property. This CL increases the data rate limit to a set percentage above the intended bitrate to avoid undershooting. The AverageBitRate property is still set to the intended bitrate, which keeps it from overshooting the intended bitrate. BUG=b/28713684 Review-Url: https://codereview.webrtc.org/2177873003 Cr-Commit-Position: refs/heads/master@{#13526}
Name: WebRTC URL: http://www.webrtc.org Version: 90 License: BSD License File: LICENSE Description: WebRTC provides real time voice and video processing functionality to enable the implementation of PeerConnection/MediaStream. Third party code used in this project is described in the file LICENSE_THIRD_PARTY.