THEOplayer Web SDK
    Preparing search index...

    Interface WidevineChannelDrmKeySystemResponse

    The Widevine key system configuration of a THEOlive endpoint.

    interface WidevineChannelDrmKeySystemResponse {
        certificate?: string;
        licenseUrl: string;
        queryParameters: { [key: string]: any } | undefined;
    }

    Hierarchy (View Summary)

    Index
    certificate?: string

    The Widevine service certificate, as a base64-encoded SignedDrmCertificate.


    - When set, the player passes it to the CDM up front instead of requesting it from the license server.

    licenseUrl: string
    queryParameters: { [key: string]: any } | undefined