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.53k stars 1.75k forks source link

CanvasRecorder config issues #617

Closed pucelle closed 4 years ago

pucelle commented 4 years ago

I just noticed that CanvasRecorder set audio or video bitrate, and frame rate, since the capture frame rate is always 25, and not passes config to inner recorder.

pucelle commented 4 years ago

I have read the source codes and decided to write a recorder module for myself. Thanks for the library.