[Webkit-unassigned] [Bug 231787] Safari local video element pauses after bluetooth audioinput is disconnected

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 29 16:37:27 PDT 2021


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

--- Comment #5 from Venkatesh Devale <devalevenkatesh at gmail.com> ---
Thanks for your response. In which specific versions the fix will land, so that I can test it?

Also, it is actually not about the bluetooth automatically disconnecting but below two issues:
1. On disconnecting bluetooth device manually, we listen on the disconnected device not available and connect to the available device which on mac is the mac's microphone. But, the switch does not take place and we get the MediaStreamTrack error and then no audioinput is present henceforth. We also stop the tracks on the previous audioinput device before selecting the new one.

2. Now for the second issue, if you have your local video ON, then the local video pauses when the bluetooth device is manually disconnected and we see the same error.

“A MediaStreamTrack ended due to a capture failure”

I have attached the manual instructions, the official WebRTC sample observations as well as a code pen link for the repro.

Please let me know if I can provide more information.

-- 
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/20211029/f972ec46/attachment-0001.htm>


More information about the webkit-unassigned mailing list