Chrome-Extensions icon indicating copy to clipboard operation
Chrome-Extensions copied to clipboard

Isn't bitsPerSecond effectively being ignored?

Open nitinthewiz opened this issue 3 years ago • 0 comments

https://github.com/muaz-khan/Chrome-Extensions/blob/628268874f29e7d70acc82fd9c0219bcdf6b7d73/screen-recording/RecordRTC/MediaStreamRecorder.js#L47

Looking at the above line, it seems as if the bitsPerSecond setting is being completely ignored in the final recording MediaRecorder object. Is this the case?

Without the bitsPerSecond setting actually working, the video that comes out is extremely choppy for JS and CSS based animations.

nitinthewiz avatar Mar 05 '21 19:03 nitinthewiz