summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar bai 2020-03-06 19:41:48 -0300
committerLibravatar bai 2020-03-06 19:41:48 -0300
commitfd02cb9605896bc9616b677505638c6806774a61 (patch)
treea79a561f0ba33339760450f12078b51354f956cc
parent34526ca00b8acfbe5264b867c6ce97285313d766 (diff)
downloadbaitv-frontend-master.tar.gz
baitv-frontend-master.tar.xz
baitv-frontend-master.zip
Usando servidor secundario para stream de videoHEADmaster
-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/";