Skip to content

Instantly share code, notes, and snippets.

@kypflug
Created July 2, 2015 02:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kypflug/5d25e2a9508e238dabe0 to your computer and use it in GitHub Desktop.
Save kypflug/5d25e2a9508e238dabe0 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Adaptive Streaming in HTML5</title>
<meta name="msapplication-cortanavcd" content="http://localhost:3000/VCD/vcd.xml" />
<link href="./styles.css" rel="stylesheet" />
</head>
<body>
<!-- Create centered Video player with controls -->
<div class="center videoPlayer">
<h1>Contoso Video</h1>
<video id="videoplayer" controls></video>
</div>
<!-- Scripts: load last -->
<script src="./js/hasplayer.min.js"></script>
<script src="./js/windows.js"></script>
<script src="./js/player.js"></script>
<script src="./js/cortana.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment