The situation I need to do the following: Get the video from a <video> and play inside a <canvas> Record the stream from the canvas as a Blob That’s it. The first part is okay. For the second part, I managed to record a Blob. The problem is that the Blob is empty. The view The code The result This