@aboba FWIW From perspective here tracks added to a `MediaStream` should have the ability to be recorded by `MediaRecorder` in sequence while the `MediaStream` is still `active`. One use case is recording multiple media fragments with a single instance of `MediaRecorder` which result in a single `webm` file. The above is possible at Firefox using multiple `MediaRecorder` instances (one for each media playback that is recorded) and `MediaSource` https://github.com/guest271314/MediaFragmentRecorder/blob/master/MediaFragmentRecorder.html. However, recording a `MediaStream` where the underlying source is a `MediaStream` captured from a `<video>` element still crashes the tab at Chromium https://github.com/w3c/media-source/issues/190. -- GitHub Notification of comment by guest271314 Please view or discuss this issue at https://github.com/w3c/mediacapture-record/issues/4#issuecomment-472302208 using your GitHub accountReceived on Wednesday, 13 March 2019 06:53:46 UTC
This archive was generated by hypermail 2.4.0 : Saturday, 6 May 2023 21:19:46 UTC