> ## Content Index
> Fetch the complete content index at: https://blog.addpipe.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Media Recorder API is Now Supported by 65% of all Desktop Internet Users
- URL: https://blog.addpipe.com/media-recorder-api-is-now-supported-by-65-of-all-desktop-internet-users/
- Published: 2016-06-16T12:43:31.000Z
- Updated: 2026-05-21T08:29:59.000Z
- Author: Octavian
- Tags: Technology, MediaStream Recording API, #Import 2026-05-22 13:18

The [Media Recorder API](https://addpipe.com/media-recorder-api-demo/) is the new HTML5 API for recording video in the browser.

With Firefox supporting it for at least 2 years and Chrome [having implemented it at the beginning of this year](https://developers.google.com/web/updates/2016/01/mediarecorder), we wanted to see just how many Internet users can actually use it, if, as a developer, you decide to implement video recording in your website using this API.

We just had to find the exact versions that supported basic audio and video recording and measure the market share of those browsers against a large dataset.

### Chrome

Chrome 49 is the [1st version of Chrome that implemented both audio and video recording using the Media Recorder API](https://developers.google.com/web/updates/2016/01/mediarecorder).

Chrome 49 was [just released 2 months ago on the 2nd of March](http://googlechromereleases.blogspot.ro/2016/03/stable-channel-update.html) but because of it’s automatic update system, just a small amount of users still use an older version. Chrome is now at version 51.

Chrome 49+ can record both VP8 and VP9 video (with [H.264 coming in Chrome 52](https://bugs.chromium.org/p/chromium/issues/detail?id=601636)) and it uses Opus @ 48kHz for audio.

### Firefox

Firefox supports the [Media Recorder API](https://addpipe.com/media-recorder-api-demo/) since at least version 30, [released 2 years ago on June 10 2014](http://venturebeat.com/2014/06/10/mozilla-brings-out-firefox-30-for-mac-windows-and-android/). Firefox 30 is the 1st version we managed to get both audio and video working properly.

Firefox 30+ uses Vp8 for video and Vorbis @ 44.1 kHz for audio.

### Others

Internet Explorer, Edge, Safari and Opera have not implemented the [Media Recorder API](https://addpipe.com/media-recorder-api-demo/).

### Mobile

Unfortunately the [Media Recorder API](https://addpipe.com/media-recorder-api-demo/) is only supported by Chrome for Android. That’s one of the reasons in this article we’re only measuring the desktop browsers that support the API.

### Data set

To measure the browser version market share we’ve chosen [StatCounter’s Global Stats](http://gs.statcounter.com/) which aggregates page views from 3 million websites:

> Stats are based on aggregate data collected by StatCounter on a sample exceeding 15 billion pageviews per month collected from across the StatCounter network of more than 3 million websites.

They do measure page views, not users, but have in mind:

- page views is the best we’ve got as individual users are rather impossible to measure accurately across mobile, desktop, tables and various browsers
- [no method of measuring browser market share is accurate](https://en.wikipedia.org/wiki/Usage%5Fshare%5Fof%5Fweb%5Fbrowsers#Accuracy)
- we’re using a large data set with 15 billion page views

We’ve also considered [W3Schools’s Browser Statistics](http://www.w3schools.com/browsers/browsers%5Fstats.asp) but the data set is much smaller and the user base is skewed towards technologists who might install more than the default OS browser.

### The report

So, using StatCounter’s Global Stats, we’ve generated a report for the entire month of May 2016 with the following settings:

- **Platform**: Desktop
- **Statistic**: Browser Version
- **Region**: Worldwide
- **Period**: May 2016

We’ve chosen the **entire month of May** because it’s the largest recent data set that’s easily comparable against other data from other sources and other months. May is also 2 full months after [Chrome’s 49 release on the 2nd of March](http://googlechromereleases.blogspot.ro/2016/03/stable-channel-update.html).

![Browser version market share may 2016](https://blog.addpipe.com/content/images/2016/06/Image-005.png)

The generated chart image only shows the 1st 12 browser versions but **the .csv file contains detailed market share for 167 browser versions**. So we’ve imported the [.csv file](http://gs.statcounter.com/chart.php?bar=1&device=Desktop&device%5Fhidden=desktop&multi-device=true&statType%5Fhidden=browser%5Fversion&region%5Fhidden=ww&granularity=monthly&statType=Browser%20Version&region=Worldwide&fromInt=201605&toInt=201605&fromMonthYear=2016-05&toMonthYear=2016-05&csv=1) into Google Sheets and isolated the market share of Chrome 49+ and Firefox 30+. You can [review the spreadsheet here](https://docs.google.com/spreadsheets/d/1n81EcMt%5F64JuCR3Bt9oroHI-tlkLeDCvN10e1MGk%5FtA/edit?usp=sharing).

![Market share of browsers supporting the Media Stream Recording API (small)](https://blog.addpipe.com/content/images/2016/06/market-share-of-browsers-supporting-the-media-recorder-api-small-1.png)

**65% of the desktop page views in May 2016 were requested by browsers which supported the Media Recorder API.**

### Some conclusions:

- **Thanks to Chrome, in 2 months, Media Recorder API support jumped from 15% to 65%**
- The 65% number will grow slowly in the next period since there are no (public) plans to support [Media Recorder API](https://addpipe.com/media-recorder-api-demo/) in the other major browsers
- Some growth will come from old Chrome versions being updated (8% of total page views)
- [Chrome has grown in market share since April 2015 by a huge 7.5%](http://gs.statcounter.com/press/firefox-browser-edges-out-microsoft-globally-for-first-time) compared to other browsers, if this trend continues, the Media Recorder API support will see the growth as well
- It’s surprising how big of a market share Chrome actually has (58%)

**More about the MediaStream Recording API on our blog:**

- [HTML5’s Media Recorder API in Action on Chrome and Firefox](https://blog.addpipe.com/mediarecorder-api/)
- [Media Recorder API Demo: Video Recording](https://addpipe.com/media-recorder-api-demo/)
- [MediaStream Recorder API Now Available in Safari Technology Preview 73](https://blog.addpipe.com/safari-technology-preview-73-adds-limited-mediastream-recorder-api-support/)
- [Recording audio in the browser using MediaStream Recorder API](https://blog.addpipe.com/recording-audio-in-the-browser-using-pure-html5-and-minimal-javascript/)