Re: [mediacapture-record] Describe more precisely the handling of disabled tracks (#199)

Is the expected result a "paused" `MediaStreamTrack` where the resulting video is a single "black frame" when `enabled` is set to `false` following `start()` no matter how long `MediaRecorder` records before `dataavailable` (Chromium 85, potentially due to `mute` event of `MediaStreamTrack` of `kind` `"video"` fired consistently at ~4 seconds), or the resulting video is a series of "black frames" (Firefox 78)?

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

Received on Monday, 6 July 2020 01:56:01 UTC