Skip to content

Commit

Permalink
add https
Browse files Browse the repository at this point in the history
  • Loading branch information
ranman committed Jul 13, 2018
1 parent de5ab52 commit 2784ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h1 style="margin: 20px 0;">Amazon Kinesis Video Streams HLS Viewer</h1>

<!-- VideoJS elements -->
<video id="videojs" class="player video-js vjs-default-skin" controls autoplay></video>
<script src="http://vjs.zencdn.net/6.6.3/video.js"></script>
<script src="https://vjs.zencdn.net/6.6.3/video.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/videojs-contrib-hls/5.14.1/videojs-contrib-hls.js"></script>

<!-- Shaka Player elements -->
Expand Down

0 comments on commit 2784ee6

Please sign in to comment.