From 0468863daff0345e7f4b2d6d1792e802351c44d9 Mon Sep 17 00:00:00 2001 From: zeppi Date: Tue, 27 Jul 2021 16:26:43 -0400 Subject: [PATCH] live url --- ui/constants/livestream.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/constants/livestream.js b/ui/constants/livestream.js index d7ddfa978..0418a9734 100644 --- a/ui/constants/livestream.js +++ b/ui/constants/livestream.js @@ -1,3 +1,3 @@ -export const BITWAVE_EMBED_URL = 'https://liveplayer.odysee.com/odysee'; +export const BITWAVE_EMBED_URL = 'https://player.live.odysee.com/odysee'; export const BITWAVE_LIVE_API = 'https://api.live.odysee.com/v1/odysee/live'; export const BITWAVE_REPLAY_API = 'https://api.live.odysee.com/v1/replays/odysee';