Re: [webrtc-pc] Clarify "multiple sources of media stitched together" at Note describing replaceTrack (#2171)

> It's stitched together over time. The purpose of this note is more to dispel the 1:1 myth of tracks. I think the vague language here is fine to convey that. I don't think this note counts as citeable.

How to incorporate the functionality of `RTCRtp.sender.replaceTrack()` in to a method of `MediaRecorder` without using `RTCPeerConnection`; e.g., `if (currentVideo.currentTime > N) { await mediaRecorderInstance.replaceTrack(nextVideoStream.getVideoTracks()[0]) }`?

-- 
GitHub Notification of comment by guest271314
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2171#issuecomment-485268207 using your GitHub account

Received on Sunday, 21 April 2019 17:21:50 UTC