Harman Patil (Editor)

Media Source Extensions

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

Media Source Extensions (MSE) is a W3C specification that allows JavaScript to send byte streams to media codecs within web browsers that support HTML5 video. 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.

Contents

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 HTML5 player in September 2013.

Browser support

  • Firefox 42 with support for all sites since 3 November 2015, with a subset of the functionality available for use with only YouTube in Firefox 37 on Windows Vista or later only. Firefox added the same subset of MSE for YouTube playback support to Mac OS X starting in Firefox 38.
  • Google Chrome since early 2013, also on Android.
  • Internet Explorer from version 11 on Windows 8.1. (2013 October)
  • Microsoft Edge since its launch in November 2015.
  • Opera since 9 June 2015.
  • Pale Moon from version 27.0, since 22 November 2016.
  • Safari 8 on OS X.
  • Players

  • The Video Player by Comcast Technology Solutions
  • THEOplayer by OpenTelly: HLS and MPEG-DASH player for cross-platform HTML5 support without the need for Flash fallback
  • bitmovin's bitdash MPEG-DASH player for HTML5 MSE and EME, with Flash fallback
  • dash-js for HTML5 MSE
  • dash.js for HTML5 MSE and EME
  • rx-player for HTML5 MSE and EME (Live and On Demand)
  • hls.js for HTML5 MSE
  • hasplayer.js for HTML5 MSE and EME, supporting DASH, Smooth Streaming and HLS
  • JW Player 7 and later for MPEG-DASH using HTML5 MSE and EME
  • Azure Media Player supports MSE, EME, DASH, HLS, Flash, and Silverlight. Streaming URLs are published in an ism/manifest.
  • Unreal HTML5 player uses MSE for low latency (sub-second) live playback of streams sent via WebSockets by Unreal Media Server
  • References

    Media Source Extensions Wikipedia