mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
12b7d28d85
Originally we used node id from PipeWire as an unique device name and while this works, it will change everytime PipeWire is restarted. This has an impact on default camera selection, where for example Firefox can automatically request a camera device that was used before, but this can break with the next PipeWire restart. This is a simple backport of an WebRTC upstream change. Upstream commit: a5d71009ac1dce7da23813dc9413c03073cfa8ca Differential Revision: https://phabricator.services.mozilla.com/D228635 |
||
---|---|---|
.. | ||
api | ||
audio | ||
build_overrides | ||
call | ||
common_audio | ||
common_video | ||
data | ||
dcsctp_gn | ||
docs | ||
examples | ||
experiments | ||
g3doc | ||
infra | ||
logging | ||
media | ||
modules | ||
moz-patch-stack | ||
net/dcsctp | ||
p2p | ||
pc | ||
resources | ||
rtc_base | ||
rtc_tools | ||
sdk | ||
stats | ||
system_wrappers | ||
test | ||
testing | ||
third_party | ||
tools | ||
tools_webrtc | ||
video | ||
webrtc_gn | ||
X11/extensions | ||
.gn | ||
.mailmap | ||
.style.yapf | ||
.vpython3 | ||
AUTHORS | ||
BUILD.gn | ||
DEPS | ||
DIR_METADATA | ||
LICENSE | ||
moz.build | ||
OWNERS | ||
OWNERS_INFRA | ||
PATENTS | ||
pylintrc_old_style | ||
README.md | ||
README.moz-ff-commit | ||
README.mozilla | ||
webrtc_lib_link_test.cc | ||
webrtc.gni | ||
whitespace.txt |
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.
Development
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.
More info
- Official web site: http://www.webrtc.org
- Master source code repo: https://webrtc.googlesource.com/src
- Samples and reference apps: https://github.com/webrtc
- Mailing list: http://groups.google.com/group/discuss-webrtc
- Continuous build: https://ci.chromium.org/p/webrtc/g/ci/console
- Coding style guide
- Code of conduct
- Reporting bugs
- Documentation