- From: guest271314 via GitHub <sysbot+gh@w3.org>
- Date: Sat, 08 Jun 2019 16:19:49 +0000
- To: public-webrtc-logs@w3.org
@Pehrsons Interestingly found a case where Chromium _does_ dispatch `mute` event though Firefox _does not_ dispatch `mute` event; in fact the canvas `MediaStreamTrack` `enabled` is `true` and `muted` is `false` even when images are no longer drawn onto a `<canvas>` element and captured using `requestFrame()`. In addition, the `ImageBitmap`s set at `<canvas>` are not captured at all; instead of black frames being rendered the `<video>` rendering the output is transparent, with the resulting `Blob` not playable. -- GitHub Notification of comment by guest271314 Please view or discuss this issue at https://github.com/w3c/mediacapture-fromelement/issues/80#issuecomment-500137070 using your GitHub account
Received on Saturday, 8 June 2019 16:19:51 UTC