Re: [mediacapture-record] ignoreMutedMedia on a combination of muted and unmuted tracks?

(Note I forgot to add `rec.start();` to my example).

Hmm, was it really the intent of this spec to respect only the `muted`
 state and not the `enabled` state? Both do the same thing (inversely)
 - causing black/silence to be output - and differ only in that the 
former is out of control of the application. Seems like a mistake to 
me. What was the intent?

And my question is the same for `muted` state: What's the behavior if 
recording has started and a track vacillates between muted and unmuted
 say every 2 seconds? Does it get recorded or not?

Similarly, it's unclear to me from the spec what happens when flipping
 `ignoreMutedMedia` on and off during a recording of a stream with a 
muted track.

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

Received on Wednesday, 14 December 2016 23:29:16 UTC