onvif
    Preparing search index...

    Interface Transport

    interface Transport {
        protocol: TransportProtocol;
        tunnel?: Transport;
    }
    Index

    Defines the network protocol for streaming, either UDP=RTP/UDP, RTSP=RTP/RTSP/TCP or HTTP=RTP/RTSP/HTTP/TCP

    tunnel?: Transport

    Optional element to describe further tunnel options. This element is normally not needed