W3C home > Mailing lists > Public > public-webrtc-logs@w3.org > March 2019

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

From: guest271314 via GitHub <sysbot+gh@w3.org>
Date: Wed, 13 Mar 2019 06:53:43 +0000
To: public-webrtc-logs@w3.org
Message-ID: <issue_comment.created-472302208-1552460022-sysbot+gh@w3.org>
@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 account
Received 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