Having issues when using MediaRecorder to send chunks of video to backend and merge them
I’m trying to use MediaRecorder to record a video stream, and I send a video chunk every second to server, and use createWriteStream to write to the file, but the video only plays the first second and stops, any help in this would be really appreciated!