Skip to content

Instantly share code, notes, and snippets.

@ChuckBryan
Last active August 29, 2015 14:08
Show Gist options
  • Save ChuckBryan/0add618b984abfb8bfd4 to your computer and use it in GitHub Desktop.
Save ChuckBryan/0add618b984abfb8bfd4 to your computer and use it in GitHub Desktop.
Setting up HTML Video Tag with SSL
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<video controls="controls" width="640" height="480" autoplay="autoplay">
<source src="Documents/Videos/BigBuckBunny_320x180.mp4" type="video/mp4" />
</video>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment