Skip to content

Commit 2034a4b

Browse files
committed
Update sample stream
Update sample stream
1 parent 1231f97 commit 2034a4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
<body>
1111
<title>videojs-http-source-selector Demo</title>
1212
<video id="videojs-http-source-selector-player" width="1280" height="720" class="video-js vjs-default-skin" controls>
13-
<source src="https://video-dev.github.io/streams/x36xhzz/x36xhzz.m3u8" type='application/x-mpegURL'>
13+
<source src="https://bitdash-a.akamaihd.net/content/MI201109210084_1/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8" type='application/x-mpegURL'>
1414
</video>
1515
Stream URL:
16-
<input type="text" id="streamURL" value="https://video-dev.github.io/streams/x36xhzz/x36xhzz.m3u8" size="65">
16+
<input type="text" id="streamURL" value="https://bitdash-a.akamaihd.net/content/MI201109210084_1/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8" size="65">
1717
<button onClick="loadStream()">Load</button>
1818

1919
<!--<script src="node_modules/video.js/dist/video.js"></script>-->

0 commit comments

Comments
 (0)