jnoring
jnoring
#### Expected behavior When a `MediaStreamTrack` is muted, it should continue sending either black frames if video, or silent frames if audio. This is the default implementation in Chrome/Webkit/etc., and...
Rate control
I was happy to see the addition of controls to specify bitrate in https://github.com/w3c/mediacapture-record/issues/20, but coming from a video background, it's still pretty limiting. I'd like to discuss other options...
sendEvent assumes the incoming data isn't an NSArray already; this causes it to double-wrap NSArray objects (so instead of [data], you end up with [[data]]. Check if the incoming objet...