Interface ILoadSource

interface ILoadSource {
    baseUrl?: URL;
    keySystems?: Record<string, IKeySystemConfig>;
    loaderAlias?: string;
    mimeType: string;
}

Hierarchy (View Summary)

Properties

baseUrl?: URL

You have to provide baseUrl for MPEG-DASH or HLS parsing If provided manifest/playlist has relative urls inside and provided as one of the following formats:

  • data: | blob: URL
  • string | ArrayBuffer | Blob | File asset
keySystems?: Record<string, IKeySystemConfig>
loaderAlias?: string
mimeType: string