mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(core): add vimeo media host and html/react components (#1667)
This commit is contained in:
@@ -79,6 +79,8 @@ export const DEFAULT_DASH_SOURCE: SourceId = 'dash-1';
|
||||
|
||||
export const BACKGROUND_VIDEO_SRC = 'https://stream.mux.com/Sc89iWAyNkhJ3P1rQ02nrEdCFTnfT01CZ2KmaEcxXfB008/low.mp4';
|
||||
|
||||
export const VIMEO_VIDEO_SRC = 'https://vimeo.com/648359100';
|
||||
|
||||
/** Returns true when the given source represents a live stream and should use the live-video skin. */
|
||||
export function isLiveSource(id: SourceId): boolean {
|
||||
return (SOURCES[id] as { live?: boolean }).live === true;
|
||||
|
||||
Reference in New Issue
Block a user