11d3f88654
* WIP: live stream kill switch * Update hint layout / style * update livestream API endpoint * use the no-cors option
5 lines
388 B
JavaScript
5 lines
388 B
JavaScript
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';
|
|
export const LIVESTREAM_KILL = 'https://api.stream.odysee.com/stream/kill';
|