<div dir="ltr">I'd like to implement a recorder for webrtc streams. SDP renegotiation is fully implemented, so new streams can arrive at any time. Is there a particular mux element that will let me start sinking content, and then at a later time mux in more (and likely different) content?<div><br></div><div>Example:</div><div>Audio, opus, starts at time 0</div><div>Audio, mulaw starts at 0 + 5 seconds</div><div>Video, h264, starts at 0 + 15 seconds. </div><div>But none of these streams are known before-hand.</div><div><br></div><div>Is there any way to dump all of this into a single file/container?</div></div>