onvif
    Preparing search index...

    Interface GetStreamUriOptions

    interface GetStreamUriOptions {
        profileToken?: string;
        protocol?:
            | "UDP"
            | "TCP"
            | "RTSP"
            | "HTTP"
            | "RtspUnicast"
            | "RtspMulticast"
            | "RtspOverHttp";
        stream?: "RTP-Unicast"
        | "RTP-Multicast";
    }
    Index
    profileToken?: string
    protocol?:
        | "UDP"
        | "TCP"
        | "RTSP"
        | "HTTP"
        | "RtspUnicast"
        | "RtspMulticast"
        | "RtspOverHttp"
    stream?: "RTP-Unicast" | "RTP-Multicast"