onvif
    Preparing search index...

    Interface StreamingCapabilities

    interface StreamingCapabilities {
        autoStartMulticast?: boolean;
        nonAggregateControl?: boolean;
        RTP_RTSP_TCP?: boolean;
        RTPMulticast?: boolean;
        RTSPStreaming?: boolean;
        RTSPWebSocketUri?: string;
        secureRTSPStreaming?: boolean;
        [key: string]: unknown;
    }

    Indexable

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

    Indicates support for non-RTSP controlled multicast streaming.

    nonAggregateControl?: boolean

    Indicates support for non aggregate RTSP control.

    RTP_RTSP_TCP?: boolean

    Indicates support for RTP/RTSP/TCP.

    RTPMulticast?: boolean

    Indicates support for RTP multicast.

    RTSPStreaming?: boolean

    Indicates support for live media streaming via RTSP.

    RTSPWebSocketUri?: string

    If streaming over WebSocket is supported, this shall return the RTSP WebSocket URI as described in Streaming Specification Section 5.1.1.5.

    secureRTSPStreaming?: boolean

    Indicates support for live media streaming via RTSPS and SRTP.