Skip to content

Commit

Permalink
chore(Demo): Change manifest.dash.clockSyncUri in the Demo (#7575)
Browse files Browse the repository at this point in the history
When testing from different parts of the world, the Akamai server always
has a better response time, so it is changed to this one by default.
  • Loading branch information
avelad authored and joeyparrish committed Nov 19, 2024
1 parent 7203a05 commit 7563222
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions demo/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,7 @@ shakaDemo.Main = class {
// default values assigned to UI config elements as well as the decision
// about what values to place in the URL hash.
this.player_.configure(
'manifest.dash.clockSyncUri',
'https://shaka-player-demo.appspot.com/time.txt');
'manifest.dash.clockSyncUri', 'https://time.akamai.com/?ms&iso');

// Get default config.
this.defaultConfig_ = this.player_.getConfiguration();
Expand Down

0 comments on commit 7563222

Please sign in to comment.