I want to add and remove tracks during a MediaRecorder
session
#169
aarongustafson
started this conversation in
Wants
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
MediaRecorder
is currently specified to stop recording if aMediaStreamTrack
is removed from theMediaStream
being recorded. It should be possible to add and remove tracks from theMediaStream
withoutMediaRecorder
stopping. The solution can be both allowing tracks to be added or removed whenMediaRecorder
is paused and implementing WebRTC’sRTCRtpSender.replaceTrack()
for MediaRecorder.https://webwewant.fyi/wants/57/
Beta Was this translation helpful? Give feedback.
All reactions