onvif
    Preparing search index...

    Interface Capabilities

    interface Capabilities {
        reversePlayback?: boolean;
        RTP_RTSP_TCP?: boolean;
        RTSPWebSocketUri?: string;
        sessionTimeoutRange?: FloatList;
        [key: string]: unknown;
    }

    Indexable

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

    Indicator that the Device supports reverse playback as defined in the ONVIF Streaming Specification.

    RTP_RTSP_TCP?: boolean

    Indicates support for RTP/RTSP/TCP.

    RTSPWebSocketUri?: string

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

    sessionTimeoutRange?: FloatList

    The list contains two elements defining the minimum and maximum valid values supported as session timeout in seconds.