зеркало из https://github.com/mozilla/gecko-dev.git
8a8b6e82bc
With transport-cc enabled, we get feedback calls into AudioSendStream occuring on the sts thread. Since AudioSendStream is constructed on the main thread, this trips up the worker_thread_checker_ checks. The functions that are called end up doing their work using AudioCodingModuleImpl::ModifyEncoder, which takes a lock, so it should be safe to remove these assertions. We've had to do similar things to ChannelProxy in the past to get stats working from the sts thread. ChannelProxy has been removed upstream, but we should consider changing our use of AudioSendStream with the next libwebrtc update so that is always called from the same thread. Differential Revision: https://phabricator.services.mozilla.com/D72157 |
||
---|---|---|
.. | ||
build/internal | ||
chromium_deps | ||
google_apis/build | ||
gtest | ||
net | ||
third_party/gflags | ||
tools/clang | ||
webrtc | ||
AUTHORS | ||
DEPS | ||
LICENSE | ||
Makefile.old | ||
OWNERS | ||
README.md | ||
dummy_file.txt | ||
peerconnection.Makefile | ||
peerconnection_client.target.mk |
README.md
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.
Development
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.
More info
- Official web site: http://www.webrtc.org
- Master source code repo: https://chromium.googlesource.com/external/webrtc
- Samples and reference apps: https://github.com/webrtc
- Mailing list: http://groups.google.com/group/discuss-webrtc
- Continuous build: http://build.chromium.org/p/client.webrtc