onvif
    Preparing search index...

    Interface ReceiverConfiguration

    Describes the configuration of a receiver.

    interface ReceiverConfiguration {
        mediaUri: string;
        mode: ReceiverMode;
        streamSetup: StreamSetup;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    mediaUri: string

    Details of the URI to which the receiver should connect.

    The following connection modes are defined:

    streamSetup: StreamSetup

    Stream connection parameters.