Re: [mediacapture-record] Add method MediaRecorder.restart considering this use case. (#178)

Then AIUI we'd need either of:
- A mode on SourceBuffer that treats the audio track as sequence and offsets video by as much as was used for audio
- A mode on MediaRecorder so that `Start(); Stop(); Start();` of a recorder doesn't reset the 2nd recording's timestamps to 0.
- Simply never resetting the timestamps to 0 in MediaRecorder, if media element handles this well.

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

Received on Wednesday, 18 December 2019 10:42:23 UTC