onvif
    Preparing search index...

    Interface Capabilities

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

    Indexable

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

    The maximum allowed length for RTSP URIs (Minimum and default value is 128 octet).

    RTP_Multicast?: boolean

    Indicates that the device can receive RTP multicast streams.

    RTP_RTSP_TCP?: boolean

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

    RTP_TCP?: boolean

    Indicates that the device can receive RTP/TCP streams

    supportedReceivers: number

    The maximum number of receivers supported by the device.