onvif
    Preparing search index...

    Interface StreamingCapabilities

    interface StreamingCapabilities {
        nonAggregateControl?: boolean;
        noRTSPStreaming?: boolean;
        RTP_RTSP_TCP?: boolean;
        RTP_TCP?: boolean;
        RTPMulticast?: boolean;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    nonAggregateControl?: boolean

    Indicates support for non aggregate RTSP control.

    noRTSPStreaming?: boolean

    Indicates the device does not support live media streaming via RTSP.

    RTP_RTSP_TCP?: boolean

    Indicates support for RTP/RTSP/TCP.

    RTP_TCP?: boolean

    Indicates support for RTP over TCP.

    RTPMulticast?: boolean

    Indicates support for RTP multicast.