Skip to content

Files

Latest commit

 

History

History
11 lines (10 loc) · 645 Bytes

57.md

File metadata and controls

11 lines (10 loc) · 645 Bytes
title date submitter tags discussion
I want to add and remove tracks during a `MediaRecorder` session
2019-08-12 20:05:23 UTC
guest271314
webrtc
javascript

MediaRecorder is currently specified to stop recording if a MediaStreamTrack is removed from the MediaStream being recorded. It should be possible to add and remove tracks from the MediaStream without MediaRecorder stopping. The solution can be both allowing tracks to be added or removed when MediaRecorder is paused and implementing WebRTC’s RTCRtpSender.replaceTrack() for MediaRecorder.