Upstream commit: https://webrtc.googlesource.com/src/+/bb91915655ac409c482e0bf25304605a06435608 In VideoCaptureDS use Stop instead of StopWhenReady As reported on Firefox an Insta360 Link 2 Pro camera has a driver bug that leaves the camera light on until reboot when using StopWhenReady during teardown of a capture session. See https://bugzilla.mozilla.org/show_bug.cgi?id=2055093 Using Stop instead works around the driver bug, and better matches Chromium's DirectShow backend. Bug: none Change-Id: I90862fb94907638394df476abf4fcca3b532f50c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/497541 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Commit-Queue: Andreas Pehrson <apehrson@mozilla.com> Reviewed-by: Erik Språng <sprang@webrtc.org> Cr-Commit-Position: refs/heads/main@{#48444} Differential Revision: https://phabricator.services.mozilla.com/D322705
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