milestonexprotectrestpython.xprrecordingserver
Module: xprrecordingserver.py
Revision History
Date | Version | Description |
---|---|---|
2023/07/11 | 1.0.0.0 | Initial Version. |
Recording Server information.
Threadsafety:
This class is fully thread-safe.
More information about recording server configuration can be found on the vendor documentation page.
Public address of the recording server's web server over the internet.
Returns:
The ActiveWebServerUri property value.
Date and time (in UTC format) that the recording server entry was last modified.
Returns:
The DateModified property value.
User-friendly display name used in various user-interface displays.
Returns:
The DisplayName property value.
The Enabled status of the recording server - True if Enabled; otherwise False.
Returns:
The Enabled property value.
The multicast server address of the recording server.
Returns:
The MulticastServerAddress property value.
Port number to be used for handling web server requests, for example for handling PTZ
camera control commands and for browse and live requests from XProtect Smart Client.
Default is port 7563.
Returns:
The PortNumber property value.
Indicates if the recording server is publicly accessible (True) or private (False).
Returns:
The PublicAccessEnabled property value.
Recording server's public web server address.
Returns:
The PublicWebserverHostName property value.
Recording server's public web server port number.
Returns:
The PublicWebserverPort property value.
Indicates if the recording server will be shut down automatically if a storage failure occurs (True) or not (False).
Returns:
The ShutdownOnStorageFailure property value.
Globally unique identifier of the Site that defines this recording server.
Returns:
The SiteId property value.
The SynchronizationTime property value.
Returns:
The SynchronizationTime property value.
Time zone that the recording server is located in.
Returns:
The TimeZoneName property value.
Local address of the recording server's web server. You use the local address, for example, for handling PTZ camera control commands, and for handling browsing and live requests from XProtect Smart Client.
The address includes the port number that is used for web server communication (typically port 7563).
Returns:
The WebServerUri property value.