Quick Start for Users on README.md is not working.
Created by: yoonsy
The sample code on Quick Start for Users on README.md is not working.
<script src="http://cdn.dashjs.org/latest/dash.all.min.js"></script>
...
<style>
video {
width: 640px;
height: 360px;
}
</style>
...
<body>
<div>
<video data-dashjs-player autoplay src="http://dash.edgesuite.net/envivio/EnvivioDash3/manifest.mpd" controls></video>
</div>
</body>
However, the standard setup is working well.