From 7563222ced7c2e2850e6a7ce8f9b221d0c545b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Velad=20Galv=C3=A1n?= Date: Wed, 13 Nov 2024 17:55:07 +0100 Subject: [PATCH] chore(Demo): Change manifest.dash.clockSyncUri in the Demo (#7575) 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. --- demo/main.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/demo/main.js b/demo/main.js index 4fd87d794d..4fe07ad55f 100644 --- a/demo/main.js +++ b/demo/main.js @@ -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();