RESOLVED FIXED265305
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
Radar WebKit Bug Importer
Comment 1 2023-11-28 03:24:03 PST
youenn fablet
Comment 2 2023-11-28 09:25:32 PST
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.