Skip to content

Instantly share code, notes, and snippets.

@sucreations
Created February 6, 2013 17:17
Show Gist options
  • Save sucreations/4724146 to your computer and use it in GitHub Desktop.
Save sucreations/4724146 to your computer and use it in GitHub Desktop.
function IsBaselineVideo() {
if (!supports_video()) { return false; }
var v = document.createElement("video");
return v.canPlayType('video/mp4; codecs="avc1.42E01E, mp4a.40.2"');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment