[Webkit-unassigned] [Bug 247310] In M1 Ventura safari 16.1, when the constraints passed in by getDisplayMedia contain the 'ideal' parameter, screen sharing will fail.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 3 03:14:37 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=247310

ivan.zahrodskyi at enghouse.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ivan.zahrodskyi at enghouse.co
                   |                            |m

--- Comment #2 from ivan.zahrodskyi at enghouse.com ---
Created attachment 463382

  --> https://bugs.webkit.org/attachment.cgi?id=463382&action=review

Share screenshot

We also faced this issue
some additions:
- there no possibility to get resolution another than 1920x1080
1280x720 doesn't work
navigator.mediaDevices(
{
   video: {
     width: 1280,
     audio: 720
   }
}
); 

- if I call navigator.mediaDevices({video: true}) and select macbook screen video has black lines on the sides (this is because video resolution is 1920x1080 but macboocs screen has another resolution and another aspect ratio)

tested with macbook pro 16 2019 (Intel) MacOS Ventura

-- 
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/20221103/b3a83450/attachment.htm>


More information about the webkit-unassigned mailing list