summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--settings.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings.js b/settings.js
index b2b6ce9..ad2b69d 100644
--- a/settings.js
+++ b/settings.js
@@ -1,7 +1,7 @@
const PLAY = true;
const CONNECT = true;
-const MEDIA_HLS_URL = "https://tv.bienvenidoainternet.org/hls/bai.m3u8";
-const MEDIA_DASH_URL = "https://tv.bienvenidoainternet.org/dash/bai.mpd";
+const MEDIA_HLS_URL = "https://tv2.bienvenidoainternet.org/hls/bai.m3u8";
+const MEDIA_DASH_URL = "https://tv2.bienvenidoainternet.org/dash/bai.mpd";
const STATE_URL = "https://tv.bienvenidoainternet.org/state.json";
const IDLE_VIDEO = "https://tv.bienvenidoainternet.org/idle.webm";
const ADDRESS = "wss://tv.bienvenidoainternet.org/daemon/";