- From: guest271314 via GitHub <sysbot+gh@w3.org>
- Date: Mon, 25 Mar 2019 03:44:39 +0000
- To: public-webrtc-logs@w3.org
@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