MyVMS client application(Observer) must be closed during making changes in the client-config.cfg.
The location of the MyVMS 8.x configuration file:
− Windows: “C:\Users\"user"\AppData\Local\observer\client-config.cfg”;
− Linux: ~/.config/observer/client-config.cfg;
− MacOS: ~/Library/Preferences/observer/client-config.cfg.
client-config.cfg content:
{
"auto-expand-video" :true,
"show-fps" :false,
"show-resolution" :false,
"cameras-text-shadow" :true,
"minimize-to-tray" :false,
"keep-frame-ratio" :true,
"pause-sound-when-minimized" :false,
"fullscreen-substream" :false,
"hash" :null,
"emap-monitor-configure" :true,
"topmost" :false,
"alrmon-update-timeout" :20000,
"alrmon-cell-position-timeout" :5000,
"alrmon-mstream-cameras" :1
}
Parameters:
- "allow-parallel-decoding" :false
Enables parallel video decoding.
Default is false.
- "auto-expand-video" :true
Automatically expands the Audio and Video device tree lists in the Manage window.
Default is true, available values: false, true.
- "show-fps" :false
Show the frame rate (received from the camera) and bit rate (number of bits conveyed per unit of time) in camera cells.
Default is false, available values: false, true.
- "show-resolution" :false
Show the true frame resolution in camera cells.
Default is false, available values: false, true.
- "cameras-text-shadow" :true
Enable camera OSD text background colour.
Default is true, available values: false, true.
- "minimize-to-tray" :false,
Place “Observer” in the tray when minimized.
Default value – false, available values: false, true.
- "keep-frame-ratio" :true,
Keep the frame ratio.
Default value – true, available values: false, true.
- "pause-sound-when-minimized" :false,
Stop sound playback when the main window is minimized.
Default value – false, available values: false, true.
- "fullscreen-substream" :false,
Open the substream in the full screen mode.
Default value – false, available values: false, true.
- "hash" :null,
Hash of the password to access of the Observer->Manage->Client settings.
Default value null – password not set.
- "emap-monitor-configure" :true,
Option to change E-map monitor settings.
Default value – true, available values: false, true.
- "topmost" :false,
Display the Observer on the top of all windows.
Default value – false, available values: false, true.
- "alrmon-update-timeout" :20000,
Alarm monitor "screen division" update time.
Default value – 20,000 milliseconds.
- "alrmon-cell-position-timeout" :5000,
The time during which the cell retains its position after closing.
Default value -5,000 milliseconds.
- "alrmon-mstream-cameras" :1,
How many cameras with the main stream will be displayed on the alarm monitor.
Default value – 1 camera.
|