2021-12-10 12:34:00 -05:00
|
|
|
export const LIVESTREAM_EMBED_URL = 'https://player.odysee.live/odysee';
|
2021-07-27 16:35:22 -04:00
|
|
|
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 16:52:18 -05:00
|
|
|
export const LIVESTREAM_KILL = 'https://api.stream.odysee.com/stream/kill';
|
2021-11-17 15:45:58 +08:00
|
|
|
|
2021-11-17 21:04:17 +08:00
|
|
|
export const MAX_LIVESTREAM_COMMENTS = 50;
|
2021-12-16 15:59:13 -06:00
|
|
|
|
|
|
|
export const LIVESTREAM_STARTS_SOON_BUFFER = 5;
|
|
|
|
export const LIVESTREAM_STARTED_RECENTLY_BUFFER = 15;
|
2022-01-11 10:33:33 -06:00
|
|
|
export const LIVESTREAM_UPCOMING_BUFFER = 35;
|