[Webkit-unassigned] [Bug 275165] REGRESSION(278498 at main) [GStreamer][Skia] getUserMedia(deviceID) frequently freezing in media stream tests under debug
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 5 09:29:05 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=275165
--- Comment #2 from Lauro Moura <lmoura at igalia.com> ---
Looks like the issue is related to multiple calls to getUserMedia. The following test fails on the 6th or 7th iteration, before the other tests
promise_test(async (test) => {
for (let i = 0; i < 10; i++) {
console.log(`Dummy getusermedia starting ${i}`);
await navigator.mediaDevices.getUserMedia({ audio: true, video: true });
console.log(`Dummy getusermedia returning ${i}`);
}
}, "Repeated getusermedia calls");
This passes with a Cairo build. A similar standalone html file iterates normally with MiniBrowser in a Skia build.
--
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/20240605/970242b7/attachment.htm>
More information about the webkit-unassigned
mailing list