559f6ddc by Tom Johnson Committed by David LaPalomento

update exmaple page with new implementation

1 parent 1a64c949
......@@ -63,12 +63,7 @@
<script>
videojs.options.flash.swf = 'node_modules/video.js/dist/video-js/video-js.swf';
// initialize the player
var player = videojs('video', {
techOrder: ['hls']
});
// initialize the plugin
//player.hls()
var player = videojs('video');
</script>
</body>
</html>
......