[webkit-changes] [WebKit/WebKit] 24cb5e: A MediaStreamTrack ended due to a capture failure ...
youennf
noreply at github.com
Fri Jan 20 11:07:32 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 24cb5e2314983e6fc5b4abdd24ff769bb181f617
https://github.com/WebKit/WebKit/commit/24cb5e2314983e6fc5b4abdd24ff769bb181f617
Author: Youenn Fablet <youennf at gmail.com>
Date: 2023-01-20 (Fri, 20 Jan 2023)
Changed paths:
M Source/WebCore/platform/mediastream/mac/CoreAudioSharedUnit.h
Log Message:
-----------
A MediaStreamTrack ended due to a capture failure - When using Airpods
https://bugs.webkit.org/show_bug.cgi?id=232835
rdar://problem/85424679
Reviewed by Eric Carlson.
Doing some manual testing, we are reconfiguring when a BT headset gets enabled and it is being used as the default outpt.
In that case, it sometimes takes 5 seconds on some devices to do the reconfiguration.
This might be due to the BT headset just starting.
Increasing from 10 seconds to 20 seconds the capture verification timer to ensure we are not failing capture in that case.
* Source/WebCore/platform/mediastream/mac/CoreAudioSharedUnit.h:
Canonical link: https://commits.webkit.org/259150@main
More information about the webkit-changes
mailing list