How to get HTML <video> data as a blob in JS?

589 views Asked by At

I am trying to get the data of the video which was loaded in my browser as a blob in JS so that i can send it over a webRTC data channel.

Are there any methods to do so without extracting the data frame by frame? And even if we extract the data frame by frame then how do we recombine it at the other end?

0

There are 0 answers