Skip to content

Commit

Permalink
Change vtt sample url
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Aug 16, 2021
1 parent 33c4326 commit 339f953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/captioning/caption_vtt.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<script class="code">
function init() {
var url = "https://dash.akamaized.net/akamai/test/caption_test/ElephantsDream/elephants_dream_480p_heaac5_1.mpd",
var url = "https://dash.akamaized.net/akamai/test/caption_test/ElephantsDream/elephants_dream_480p_heaac5_1_https.mpd",
video = video = document.querySelector('video'),
player;

Expand Down
2 changes: 1 addition & 1 deletion samples/dash-if-reference-player/app/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
"name": "Subtitles and Captions",
"submenu": [
{
"url": "https://dash.akamaized.net/akamai/test/caption_test/ElephantsDream/elephants_dream_480p_heaac5_1.mpd",
"url": "https://dash.akamaized.net/akamai/test/caption_test/ElephantsDream/elephants_dream_480p_heaac5_1_https.mpd",
"name": "External VTT subtitle file",
"provider": "dashif"
},
Expand Down

0 comments on commit 339f953

Please sign in to comment.