From d423b51e5f1e1ad5204f33b5068ef6a03877972c Mon Sep 17 00:00:00 2001 From: Kalila L Date: Sun, 20 Sep 2020 22:55:40 -0400 Subject: [PATCH] Change content.vircadia.com -> cdn-1.vircadia.com --- domain-server/resources/web/js/shared.js | 2 +- hifi_android.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/domain-server/resources/web/js/shared.js b/domain-server/resources/web/js/shared.js index dd0cda0f5f..5081b5aa6a 100644 --- a/domain-server/resources/web/js/shared.js +++ b/domain-server/resources/web/js/shared.js @@ -52,7 +52,7 @@ var URLs = { // STABLE METAVERSE_URL: https://metaverse.highfidelity.com // STAGING METAVERSE_URL: https://staging.highfidelity.com DEFAULT_METAVERSE_URL: "https://metaverse.vircadia.com/live", - CDN_URL: 'https://content.vircadia.com/eu-c-1', + CDN_URL: 'https://cdn-1.vircadia.com/eu-c-1', PLACE_URL: 'https://xr.place' }; diff --git a/hifi_android.py b/hifi_android.py index a8fec01035..06640390d4 100644 --- a/hifi_android.py +++ b/hifi_android.py @@ -10,7 +10,7 @@ import zipfile print = functools.partial(print, flush=True) -ANDROID_PACKAGE_URL = 'https://content.vircadia.com/eu-c-1/vircadia-public/dependencies/android/' +ANDROID_PACKAGE_URL = 'https://cdn-1.vircadia.com/eu-c-1/vircadia-public/dependencies/android/' ANDROID_PACKAGES = { 'qt' : { @@ -68,7 +68,7 @@ ANDROID_PACKAGES = { 'includeLibs': ['libtbb.so', 'libtbbmalloc.so'], }, 'hifiAC': { - 'baseUrl': 'https://content.vircadia.com/eu-c-1/vircadia-public/dependencies/', + 'baseUrl': 'https://cdn-1.vircadia.com/eu-c-1/vircadia-public/dependencies/', 'file': 'codecSDK-android_armv8-2.0.zip', 'checksum': '1cbef929675818fc64c4101b72f84a6a' },