NotReadableError sharing mic in multiple tabs in the same process (regression)
Categories
(Core :: WebRTC: Audio/Video, defect, P2)
Tracking
()
People
(Reporter: jib, Unassigned)
References
Details
(Keywords: dev-doc-needed, regression)
Reporter | ||
Comment 1•7 years ago
|
||
Reporter | ||
Updated•7 years ago
|
Comment 2•7 years ago
|
||
Reporter | ||
Comment 3•7 years ago
|
||
Comment 5•7 years ago
|
||
Comment 6•7 years ago
|
||
Reporter | ||
Updated•7 years ago
|
Reporter | ||
Updated•7 years ago
|
Updated•7 years ago
|
Updated•6 years ago
|
Reporter | ||
Comment 7•6 years ago
|
||
Bump.
This issue is causing problems for us improving Firefox support at https://app.stageten.tv/. Our use case is that we have a live video mixer that allows the user to connect multiple local audio and video sources into a live show. This works correctly in Chrome, i.e. if I have two cameras and two mics connected to my computer then I can add both sources in the app. In Firefox (as of 77.0.1 (64-bit)
) I can add a single camera and mic but when I try to add the second mic I get NotReadableError: Concurrent mic process limit
Comment 10•4 years ago
|
||
Bump.
I did notice the same case as @Sanborn where changing the mic input to something else caused a concurrent mic process limit error. In our application at least, it happens when we have new AudioContext()
initialized (we use it to try and get volume levels). Once we completely stop the AudioContext from being initialized in Firefox, the error goes away. So now we only have volume levels in Chrome, Safari and Edge, but disabled completely in FF.
Hope that helps narrow down the issue. Might be related to the AudioContext worklet?
Updated•4 years ago
|
Comment 11•4 years ago
|
||
We also use AudioContext extensively in our product and hit this Firefox-specific bug. I would really appreciate bump in priority here.
Comment 12•3 years ago
|
||
Hi jan-Ivar!
I'm trying to reproduce old bugs to see if we can resolve some. I was not able to reproduce this issue on latest Nightly 96.0a1 (2021-11-02)(64-bit) on Windows 10. Despite the error message is not shown, I've noticed a huge echo sound.
Could you tell us if the issue still is reproducible?
Thanks!
Reporter | ||
Comment 13•3 years ago
|
||
WFM. I suspect this old issue (which is solely about the same-process case) was fixed in bug 1404977. Comment 9 and on appear to be about two mics, which is bug 1238038.
Description
•