[Webkit-unassigned] [Bug 247119] "A MediaStreamTrack ended due to a capture failure" when selecting bluetooth headphones as audio input device

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 27 04:40:36 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=247119

--- Comment #2 from youenn fablet <youennf at gmail.com> ---
Looking at the sysdiagnose provided by Mal Bar, it seems we compute a buffer size that is too small for what is expected by the BT headphones.
We detect that it is too small but next recompilation will use the AudioSession buffer size, which remains the same. Hence a loop and a timer based failure.

It might be the AudioSession is computing according the default device, while we are using a non default device.
We should probably make this code more robust to this error.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221027/7ff99715/attachment.htm>


More information about the webkit-unassigned mailing list