- From: guest271314 via GitHub <sysbot+gh@w3.org>
- Date: Sat, 05 Sep 2020 17:00:13 +0000
- To: public-webrtc-logs@w3.org
@MonsieurWave One workaround is to use `ImageCapture.grabFrame()` and `canvas.captureStream()` to capture individual images from `MediaStreamTrack`, perform processing on the image then set the images at the `<canvas>`, essentially requiring two `MediaStream`s and two `MediaStreamTrack`s, see https://bugs.chromium.org/p/chromium/issues/attachmentText?aid=397381. -- GitHub Notification of comment by guest271314 Please view or discuss this issue at https://github.com/w3c/mediacapture-screen-share/issues/105#issuecomment-687635976 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 5 September 2020 17:00:15 UTC