Skip to content

Instantly share code, notes, and snippets.

@DaveDaCoda
Forked from iwek/html5-video-test
Created February 21, 2016 01:25
Show Gist options
  • Save DaveDaCoda/05082e804411d9c6f8aa to your computer and use it in GitHub Desktop.
Save DaveDaCoda/05082e804411d9c6f8aa to your computer and use it in GitHub Desktop.
HTML5 Video Test
<video controls>
<source src=http://techslides.com/demos/sample-videos/small.webm type=video/webm>
<source src=http://techslides.com/demos/sample-videos/small.ogv type=video/ogg>
<source src=http://techslides.com/demos/sample-videos/small.mp4 type=video/mp4>
<source src=http://techslides.com/demos/sample-videos/small.3gp type=video/3gp>
</video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment