export const LIVESTREAM_EMBED_URL = 'https://player.live.odysee.com/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';