streamproc / MediaStreamRecorder

Cross browser audio/video/screen recording. It supports Chrome, Firefox, Opera and Microsoft Edge. It even works on Android browsers. It follows latest MediaRecorder API standards and provides similar APIs.
https://www.webrtc-experiment.com/msr/
MIT License
2.62k stars 563 forks source link

MultiStreamRecorder with 1 audio only and 1 video stream results in poor video quality (low resolution) #180

Closed anesuc closed 3 years ago

anesuc commented 3 years ago

Hi all,

I'm trying to combine two streams (mic and desktop recording). I've tried other methods but it ended up with some segment gaps issues with the audio when the audio "mic" input is actually internal audio. However, this method (MultiStreamRecorder) seems to work out but the video quality is terrible.

Edit: The resolution is 360x240 Edit2: It appears it's the same quality it does if there is more than 1 video.

Any ideas on how to resolve this?

Thanks

anesuc commented 3 years ago

Ended up looking at the source code and realised I can set options and video options within the options. Wish this was documented a little better though.