muaz-khan / RecordRTC

RecordRTC is WebRTC JavaScript library for audio/video as well as screen activity recording. It supports Chrome, Firefox, Opera, Android, and Microsoft Edge. Platforms: Linux, Mac and Windows.
https://www.webrtc-experiment.com/RecordRTC/
MIT License
6.49k stars 1.75k forks source link

Screen Recording + Speaker Audio In Different Resolutions #744

Open usmnoor opened 3 years ago

usmnoor commented 3 years ago

Hi Muaz, I am working on Asp.Net MVC project and have implemented the available code sample from your website.

The resulting code is working as expected without any serious issues. However, as per my current requirements, I have to implement screen recording with system audio including microphone and speakers in different video quality ranges such that the end user can select the video resolution from a dropdown.

Currently, the available code sample have features for choosing different video resolutions from the dropdown only for camera recording. I want to implement the same functionality for screen recording as well.

Any suggestion will be highly appreciated.

usmnoor commented 3 years ago

Please let me know as well if this is has something to do with system stereo sound as well.