THEOplayer Web SDK
    Preparing search index...

    Interface Endpoint

    A THEOlive endpoint.

    interface Endpoint {
        adSrc?: string;
        cdn?: string;
        contentProtection?: ChannelDrmConfigResponse;
        daiAssetKey?: string;
        dvrWindow?: number;
        hespSrc?: string;
        hlsSrc?: string;
        millicastSrc?: ChannelMillicastSource;
        priority: number;
        weight: number;
    }
    Index

    Properties

    adSrc?: string
    cdn?: string
    contentProtection?: ChannelDrmConfigResponse
    daiAssetKey?: string
    dvrWindow?: number
    hespSrc?: string
    hlsSrc?: string
    millicastSrc?: ChannelMillicastSource
    priority: number
    weight: number