MediaRecorder API

MediaRecorder API

The MediaRecorder API (MediaStream Recording) aims to provide a really simple mechanism by which developers can record media streams from the user's input devices and instantly use them in web apps, rather than having to perform manual encoding operations on raw PCM data, etc.

Spec https://w3c.github.io/mediacapture-record/MediaRecorder.html
Status W3C Working Draft
IE Edge Firefox Chrome Safari Opera