Skip to content

Commit

Permalink
chore: update utils/stats (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev authored Jun 22, 2021
1 parent 5c24086 commit c504b0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utils/stats/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<label>
URL to Load:
<input id="url-to-load" type="url"
value="https://s3.amazonaws.com/_bc_dml/example-content/bipbop-advanced/bipbop_16x9_variant.m3u8"
value="https://d2zihajmogu5jn.cloudfront.net/bipbop-advanced/bipbop_16x9_variant.m3u8"
>
</label>
<br>
Expand Down Expand Up @@ -468,7 +468,6 @@ <h3>Timed Metadata</h3>
if (videojs.log.debug) {
videojs.log.level('debug');
}
videojs.options.flash.swf = '../../node_modules/videojs-swf/dist/video-js.swf';
createPlayer(setup);
// hook up the video switcher
document.getElementById('load-url').addEventListener('submit', function(event) {
Expand Down

0 comments on commit c504b0d

Please sign in to comment.