Skip to content

addpipe/Media-Recorder-API-Demo

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
css
 
 
js
 
 
 
 
 
 

Media Recorder API Demo

A demo implementation of the (new) Media Recorder API (also known as MediaStream Recording API).

Works on:

  • Firefox 30+
  • Chrome 47,48 (video only, enable experimental Web Platform features at chrome://flags)
  • Chrome 49+

Containers & codecs:

  • Chrome 52+ : webm, VP8/VP9/H.264, Opus @ 48kHz
  • Chrome 49+ : webm, VP8/VP9, Opus @ 48kHz
  • Firefox 30+: webm,VP8, Vorbis @ 44.1 kHz

Issues:

  • Pause does not stop audio recording on Chrome 49,50

Links: