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 5 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 with its HTML 5 player in September 2013.

Browser support