Questions tagged as 'getusermedia'

0
answers

Recover audio from GetUserMedia to record

Good morning, I've already made treatment to record audio with GetUserMedia. I used this example ( link ), it has the same js code. The problem is that the framework I use requires a physical file (you can put more if you want) to send to...
asked by 17.01.2018 / 12:14
1
answer

Convert binary extracted from .getUserMedia () to .mp4

I am saving the user's video and audio using .getUserMedia () in javascript and sending it to a websocket listening in C # (MVC). I leave below the path that the data makes until it reaches the server. In Javascript var chunks = []; var str...
asked by 10.03.2018 / 17:01