Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AdobePrimeTimeDRMConfig

Hierarchy

  • AdobePrimeTimeDRMConfig

Index

Properties

LA_URL

LA_URL: string

The URL to the Adobe PrimeTime license server for this content.

Optional headers

headers: HttpHeaders

An object which specifies custom HTTP headers.

indivURL

indivURL: string

The URL for individualization requests.

Optional licenseRequestRetryDelay

licenseRequestRetryDelay: number

Specifies how long in milliseconds should be waited before a license request should be retried.

Optional maxLicenseRequestRetries

maxLicenseRequestRetries: number

Specifies how often a license request should be retried if was not successful (e.g. the license server was not reachable). Default is 1. 0 disables retries.

Optional mediaKeySystemConfig

mediaKeySystemConfig: Object

An object which allows to specify configuration options of the DRM key system, such as distinctiveIdentifier or persistentState (refer to MediaKeySystemConfiguration for more details). Please note that these settings need to be supported by the browser or playback will fail.

Optional withCredentials

withCredentials: boolean

Set to true to send credentials such as cookies or authorization headers along with the license requests. Default is false.

Generated using TypeDoc