momovi-video-hls
momovi-video-hls copied to clipboard
path to script in demo page wrong
In player.html (from the download zip):
<script src='modernizr.custom.82348.js' type="text/javascript" charset="utf-8"></script>
should be:
<script src='static/js/modernizr.custom.82348.js' type="text/javascript" charset="utf-8"></script>
Rob.
Thanks! I will fix it soon