onvif
    Preparing search index...

    Interface ReceiverCapabilities

    interface ReceiverCapabilities {
        maximumRTSPURILength: number;
        RTP_Multicast: boolean;
        RTP_RTSP_TCP: boolean;
        RTP_TCP: boolean;
        supportedReceivers: number;
        XAddr: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    maximumRTSPURILength: number

    The maximum allowed length for RTSP URIs.

    RTP_Multicast: boolean

    Indicates whether the device can receive RTP multicast streams.

    RTP_RTSP_TCP: boolean

    Indicates whether the device can receive RTP/RTSP/TCP streams.

    RTP_TCP: boolean

    Indicates whether the device can receive RTP/TCP streams

    supportedReceivers: number

    The maximum number of receivers supported by the device.

    XAddr: string

    The address of the receiver service.