new player domain

This commit is contained in:
Thomas Zarebczan 2021-12-10 12:34:00 -05:00 committed by Thomas Zarebczan
parent c7790693df
commit 8710b1334f

View file

@ -1,4 +1,4 @@
export const LIVESTREAM_EMBED_URL = 'https://player.live.odysee.com/odysee';
export const LIVESTREAM_EMBED_URL = 'https://player.odysee.live/odysee';
export const LIVESTREAM_LIVE_API = 'https://api.live.odysee.com/v1/odysee/live';
export const LIVESTREAM_REPLAY_API = 'https://api.live.odysee.com/v1/replays/odysee';
export const LIVESTREAM_RTMP_URL = 'rtmp://stream.odysee.com/live';