Re: [mediacapture-record] MediaRecorder needs to define effect of adding / removing tracks in its input MediaStream (#4)

@Pehrsons Composed a version of https://github.com/guest271314/MediaFragmentRecorder using `canvas.captureStream()`, `requestAnimationFrame()` and `AudioContext.createMediaStreamDestination()` https://plnkr.co/edit/LFD4dF?p=preview. The code outputs expected result at Chromium/Chrome, though not at Mozilla Firefox, where 1) the images are not captured as a stream and audio has gaps. 

At some point in the past recollect resolving this issue, though no longer have access to the OS where those tests were performed.

For interop, when you get a chance can you kindly run the code at Chromium/Chrome and Firefox and observe the wildly different results?

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

Received on Saturday, 23 March 2019 19:06:38 UTC