WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
265305
getDisplayMedia frameRate always 30 regardless of constraints
https://bugs.webkit.org/show_bug.cgi?id=265305
Summary
getDisplayMedia frameRate always 30 regardless of constraints
ivan.zahrodskyi
Reported
2023-11-24 05:21:30 PST
Created
attachment 468748
[details]
sample to reproduce issue When calling getDisplayMedia with some frameRate constrained it doesn't take any effect. example: navigator.mediaDevices.getDisplayMedia({ video: { frameRate: {max: 5}, width: 640, height: 360 } }); the frameRate is always 30. see sample in attachment
Attachments
sample to reproduce issue
(2.62 KB, text/html)
2023-11-24 05:21 PST
,
ivan.zahrodskyi
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-11-28 03:24:03 PST
<
rdar://problem/118874132
>
youenn fablet
Comment 2
2023-11-28 09:25:32 PST
Pull request:
https://github.com/WebKit/WebKit/pull/21002
EWS
Comment 3
2023-11-28 12:17:16 PST
Committed
271233@main
(fb659ad0308b): <
https://commits.webkit.org/271233@main
> Reviewed commits have been landed. Closing PR #21002 and removing active labels.
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