onvif
    Preparing search index...

    Interface RealTimeStreamingCapabilities

    interface RealTimeStreamingCapabilities {
        extension?: RealTimeStreamingCapabilitiesExtension;
        RTP_RTSP_TCP?: boolean;
        RTP_TCP?: boolean;
        RTPMulticast?: boolean;
    }
    Index
    RTP_RTSP_TCP?: boolean

    Indicates whether or not RTP/RTSP/TCP is supported.

    RTP_TCP?: boolean

    Indicates whether or not RTP over TCP is supported.

    RTPMulticast?: boolean

    Indicates whether or not RTP multicast is supported.