Closed
Bug 1675538
(multi-input)
Opened 4 years ago
Closed 3 years ago
Opening a second audio input in a window leads to NotReadableError: Concurrent mic process limit
Categories
(Core :: WebRTC: Audio/Video, enhancement, P2)
Core
WebRTC: Audio/Video
Tracking
()
RESOLVED
DUPLICATE
of bug 1238038
People
(Reporter: pehrsons, Assigned: pehrsons)
References
Details
(Keywords: dev-doc-needed)
When opening, in the same window, two distinct audio inputs you get a NotReadableError: Concurrent mic process limit
for the second one.
This is because we don't handle the clock drift that would appear between the second input and the output (which is paired with the first input, so no drift there).
This breaks a lot of video conferencing sites' device pickers.
We have the building blocks to fix this.
Comment 1•4 years ago
|
||
Are there any updates on this? When can we expect this working again since it is already open for 2 months now?
Thanks!
Assignee | ||
Comment 2•4 years ago
|
||
There's no ETA for this but it's high on the priority list.
Updated•3 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•