Re: [mediacapture-screen-share] capture screenshot of DOM (#145)

Willing to help with this; workarounds; proof-of-concepts; specification language. Note also that Chromium has a bug re "Tab" capture https://bugs.chromium.org/p/chromium/issues/detail?id=1100746, therefore when capturing "Entire Screen" either the navigation and title bars need to be calculated for the ability to not capture those GUI elements, or full screen needs to be used before capturing.

Picture-In-Picture window can also be captured with `getDisplayMedia()` https://github.com/guest271314/MediaFragmentRecorder/blob/getdisplaymedia-pictureinpicture/MediaFragmentRecorder.html, see also `window.open()` version https://github.com/guest271314/MediaFragmentRecorder/blob/getdisplaymedia-webaudio-windowopen/MediaFragmentRecorder.html (`ImageCapture.grabFrame()` can also be useful for this) however, Chromium arbitrarily limits the maximum size of Picture-In-Picture window https://github.com/w3c/picture-in-picture/issues/163.

See also https://github.com/w3c/mediacapture-screen-share/issues/105.

-- 
GitHub Notification of comment by guest271314
Please view or discuss this issue at https://github.com/w3c/mediacapture-screen-share/issues/145#issuecomment-683305174 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 29 August 2020 15:27:26 UTC