commit | 722b0dc10817c6dda6c092fc566301545371d495 | [log] [tgz] |
---|---|---|
author | henrika <henrika@webrtc.org> | Thu Oct 13 08:12:33 2016 |
committer | Commit bot <commit-bot@chromium.org> | Thu Oct 13 08:12:37 2016 |
tree | 886ebbe42f473d314976551cf0a3e96f71323f36 | |
parent | dd7a1cff68c3b6a93a9f0b3d758e94b48b374e45 [diff] |
Revert of Android audio playout now supports non-call media streams (patchset #3 id:10004 of https://codereview.webrtc.org/2411263003/ ) Reason for revert: There is a risk of ending up in a bad state due to race conditions with this patch. Tests in downstream clients have shown that it can happen that an output stream is opened up in MUSIC mode when it should not. Reverting since the new functionality added here is not worth the risk of breaking existing clients. Original issue's description: > Android audio playout now supports non-call media streams. > > The default (preferred) stream type for output audio is STREAM_VOICE_CALL since the WebRTC stack is mainly intended for VoIP calls. But if the user wants to run in another mode than COMM mode, we now accept it and change the stream type to STREAM_MUSIC instead. It can e.g. be suitable for applications that does not record audio or if a call shall be casted to a Chromecast device. > > The solution is somewhat experimental. > > NOTRY=TRUE > > BUG=webrtc:4767 > > Committed: https://crrev.com/872f614111f436d15e29516ce19c3b63d25b8639 > Cr-Commit-Position: refs/heads/master@{#14613} TBR=henrik.lundin@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=webrtc:4767 Review-Url: https://codereview.webrtc.org/2420583002 Cr-Commit-Position: refs/heads/master@{#14626}
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.