- From: Jan-Ivar Bruaroey via GitHub <sysbot+gh@w3.org>
- Date: Tue, 20 Feb 2024 19:31:29 +0000
- To: public-webrtc-logs@w3.org
jan-ivar has just created a new issue for https://github.com/w3c/mediacapture-fromelement: == Review mute/unmute/ended and constraints on tracks from element.captureStream() == As per https://github.com/w3c/mediacapture-main/issues/984, review mute/unmute/ended and constraints on tracks from element.captureStream(). [element.captureStream](https://w3c.github.io/mediacapture-fromelement/#dom-htmlmediaelement-capturestream) specifies when to end a track as follows (which seems sound): <img width="796" alt="image" src="https://github.com/w3c/mediacapture-fromelement/assets/3136226/3de22dfe-0363-4bea-b0eb-4de91e131831"> It says a lot more about muted/unmuted (tying it to "available" (reactive) and "accessible" (same-origin) content): <img width="801" alt="image" src="https://github.com/w3c/mediacapture-fromelement/assets/3136226/8ee3b685-61a7-4469-8f86-aaa00335c008"> This might make sense for this source. E.g. an effort seems made to carry forward state of tracks in `srcObject`. No mention of constraints. Relevant open issues found: - https://github.com/w3c/mediacapture-fromelement/issues/48 - https://github.com/w3c/mediacapture-fromelement/issues/83 Please view or discuss this issue at https://github.com/w3c/mediacapture-fromelement/issues/98 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 20 February 2024 19:31:31 UTC