It's seems like a lots of stuff going just to record a simple mediastream from the webcam by using the canvas element and working with frames
Guessing there is some frame drops cuz of all the heavy work that has to be manually done in javascript. Guess this was/is old technic when MediaRecorder wasn't around.
How about dropping all of that canvas stuff and use MediaRecorder instead?
It's seems like a lots of stuff going just to record a simple mediastream from the webcam by using the canvas element and working with frames
Guessing there is some frame drops cuz of all the heavy work that has to be manually done in javascript. Guess this was/is old technic when MediaRecorder wasn't around.
How about dropping all of that canvas stuff and use MediaRecorder instead?