WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 235544
235433
Muted HTMLVideoElement plays sound after getting user media
https://bugs.webkit.org/show_bug.cgi?id=235433
Summary
Muted HTMLVideoElement plays sound after getting user media
ivan.zahrodskyi
Reported
2022-01-21 03:04:16 PST
Steps to reproduce: 1) assign some MediaStream (audio and video) or video source to HTMLVideoElement 2) play video and set video.muted = true; 3) try to get any stream by ```navigator.mediaDevices.getUserMedia({audio: true});``` Actual result: you start hearing audio Expected result: video should be muted Also you can easily reproduce it on youtube for example.. - open any youtube video - mute it - put navigator.mediaDevices.getUserMedia({audio: true}); to the console - video becomes unmuted Safari version: Version 15.2 (17612.3.6.1.6)
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2022-01-21 08:22:12 PST
<
rdar://problem/87884795
>
Matan Yemini
Comment 2
2022-04-19 23:58:03 PDT
Can be reproduced by me as well. Using the same specifications.
Eric Carlson
Comment 3
2022-05-03 14:57:48 PDT
This was fixed by
r290778
, duping to 235544 *** This bug has been marked as a duplicate of
bug 235544
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug