Skip to content

Commit

Permalink
Change EBU subtitle sample url
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Jun 9, 2021
1 parent a762316 commit 2d403b3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/captioning/ttml-ebutt-sample.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
https://livesim.dashif.org/dash/vod/testpic_2s/xml_subs.mpd
https://livesim.dashif.org/livesim/testpic_2s/multi_subs.mpd
*/
var CAPTION_URL = "https://livesim.dashif.org/dash/vod/testpic_2s/multi_subs.mpd",
var CAPTION_URL = "http://rdmedia.bbc.co.uk/dash/ondemand/elephants_dream/1/client_manifest-all.mpd",
video,
player;

Expand Down
Binary file added samples/lib/img/elephant-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion samples/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@
"title": "TTML EBU timed text tracks",
"description": "Example showing content with TTML EBU timed text tracks.",
"href": "captioning/ttml-ebutt-sample.html",
"image": "lib/img/sintel-1.jpg",
"image": "lib/img/elephant-1.jpg",
"labels": [
"VoD",
"Fragmented text",
Expand Down

0 comments on commit 2d403b3

Please sign in to comment.