lbry-desktop/ui/constants/livestream.js

12 lines
578 B
JavaScript
Raw Normal View History

2021-12-10 18:34:00 +01:00
export const LIVESTREAM_EMBED_URL = 'https://player.odysee.live/odysee';
2021-07-27 22:35:22 +02: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';
export const LIVESTREAM_KILL = 'https://api.stream.odysee.com/stream/kill';
2021-11-17 14:04:17 +01:00
export const MAX_LIVESTREAM_COMMENTS = 50;
2022-02-24 00:26:23 +01:00
export const LIVESTREAM_STARTS_SOON_BUFFER = 15;
export const LIVESTREAM_STARTED_RECENTLY_BUFFER = 15;
export const LIVESTREAM_UPCOMING_BUFFER = 35;