Re: [mediacapture-record] What is the "important"difference between start/stop and pause/resume methods? (#195)

Technically, between `start()` and `stop()` or `pause()` and `resume()` the underlying audio or video can still be stored outside of the `MediaRecorder` process and be recorded later in sequence by utilizing `canvas` and Web Audio API to save the images and audio. That approach should eliminate any gaps in the playback.

Is the inquiry mainly about `start()` writing WebM headers and `resume()` not writing headers? 

Or are you trying to meet a specific requirement?

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

Received on Wednesday, 19 February 2020 17:59:48 UTC