onvif
    Preparing search index...

    Interface GetReplayUriOptions

    GetReplayUri with optional stream and transport protocol shortcuts.

    interface GetReplayUriOptions {
        protocol?: TransportProtocol;
        recordingToken: string;
        stream?: StreamType;
        streamSetup?: StreamSetup;
    }

    Hierarchy

    Index

    Defines the network protocol for streaming. Used when streamSetup is omitted.

    recordingToken: string

    The identifier of the recording to be streamed.

    stream?: StreamType

    Defines if a multicast or unicast stream is requested. Used when streamSetup is omitted.

    streamSetup?: StreamSetup