c7ea123a by David LaPalomento

Use bipbop with CORS on the example page

Bipbop is great for testing because it displays so much information about the current state of the video. Use a standard "src" attribute to initialize the plugin in the example.
1 parent f50583c9
......@@ -42,6 +42,7 @@
class="video-js vjs-default-skin"
height="300"
width="600"
src="http://solutions.brightcove.com/jwhisenant/hls/apple/bipbop/bipbopall.m3u8"
controls>
</video>
<script>
......@@ -49,8 +50,8 @@
// initialize the player
var player = videojs('video');
// load the master playlist
player.hls('test/fixtures/prog_index.m3u8');
// initialize the plugin
player.hls();
</script>
</body>
</html>
......