I want to know how to obtain information from a MediaStream in the form of a binary string so that later I can send it via WebSocket to a server.
As far as I know, the information is stored in the form of Blob inside the memory and the only thing that I could obtain so far is a URL that gives to that information.
Create that there are possibilities using HTML video and canvas tags. But it seems to me an unnecessary waste of resources to create visualization elements that I do not want, since my only objective is to send the data.