onvif
    Preparing search index...

    Interface MediaUri

    interface MediaUri {
        invalidAfterConnect: boolean;
        invalidAfterReboot: boolean;
        timeout: string;
        uri: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    invalidAfterConnect: boolean

    Indicates if the Uri is only valid until the connection is established. The value shall be set to "false".

    invalidAfterReboot: boolean

    Indicates if the Uri is invalid after a reboot of the device. The value shall be set to "false".

    timeout: string

    Duration how long the Uri is valid. This parameter shall be set to PT0S to indicate that this stream URI is indefinitely valid even if the profile changes

    uri: string

    Stable Uri to be used for requesting the media stream