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

@Pehrsons Finally composed two versions of code that records multiple videos in sequence using a single of each `<video>` and `<canvas>` elements with `canvas.captureStream()`, `AudioContext().createMediaStreamDestination()`, `AudioContext.createMediaElementSource()`, `requestAnimationFrame()`, `MediaStream()`, `MediaRecorder()`.

The one issue is that Mozilla Firefox does not output the final 1 second of the last recorded audio. Searched https://bugzilla.mozilla.org though could not find any similar issue. Can post the code here or at a bug report if that would be a more appropriate venue. Do you have any idea why the last 1 second of audio is not output at the resulting `webm` file?

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

Received on Monday, 25 March 2019 03:44:40 UTC