Description of a THEOlive Endpoint.

Platform

Android
Web
interface TheoLiveEndpoint {
    adSrc?: string;
    contentProtection?: ChannelDrmConfigResponse;
    hespSrc?: string;
    hlsSrc?: string;
    priority: number;
    weight: number;
}

Properties

adSrc?: string
contentProtection?: ChannelDrmConfigResponse
hespSrc?: string
hlsSrc?: string
priority: number
weight: number