Media Source Extensions


Media Source Extensions is a W3C specification that allows JavaScript to send byte streams to media codecs within web browsers that support HTML video and audio. Among other possible uses, this allows the implementation of client-side prefetching and buffering code for streaming media entirely in JavaScript. It is compatible with, but should not be confused with, the Encrypted Media Extensions specification, and neither requires the use of the other, although many EME implementations are only capable of decrypting media data provided via MSE.
Netflix announced experimental support in June 2014 for the use of MSE playback on the Safari browser on the OS X Yosemite beta release.
YouTube started using MSE in its HTML5 player in September 2013.

Browser support

The Media Source Extensions API is widely supported across all modern web browsers, with the only exception being iPhone-family devices. Firefox 37 already had a subset of MSE API available for use with only YouTube in Firefox 37 on Windows Vista or later only, while Mac OS X version had in enabled starting version 38.

Minor browsers

Pale Moon from version 27.0, since 22 November 2016.

Players