2021-07-27 22:35:22 +02:00
|
|
|
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';
|
2021-11-03 22:52:18 +01:00
|
|
|
export const LIVESTREAM_KILL = 'https://api.stream.odysee.com/stream/kill';
|
2021-11-17 08:45:58 +01:00
|
|
|
|
|
|
|
export const MAX_LIVESTREAM_COMMENTS = 75;
|