Combine audio and video streams into one file with MediaRecorder [duplicate]
问题 This question already has answers here : MediaStream Capture Canvas and Audio Simultaneously (2 answers) Closed 2 years ago . I am making a small interactive animation/game (on canvas with PixiJS) and wish to give users an option to save the rendered animation. After doing my research, MediaRecorder appears to be the API that I should use to record and render the video. However the MediaRecorder constructor only allows one stream to be used as source. How can I merge additional streams (audio