Observer and Playback programs must be closed and services stopped before making changes to client-config.cfg.
− Windows XP: C:\Documents and Settings\All Users\Application Data\DevLine\Linia\client-config.cfg
− Windows Vista and above: C:\ProgramData\DevLine\Linia\client-config.cfg
Common format:
{
"allow-parallel-decoding" :false,
"allow-same-cameras" :false,
"auto-expand-video" :true,
"show-fps" :false,
"archive-show-fps" :false,
"archive-smooth-speedup" :true,
"show-resolution" :false,
"fill-views" :false,
"cameras-text-shadow" :true,
"cameras-text-rounded" :false,
"hide-signal-errors" :false,
"run-osk-controller" :false,
"hide-taskbar" :true,
"minimize-to-tray" :false,
"keep-frame-ratio" :true,
"pause-sound-when-minimized" :false,
"preload-stream" :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,
"cameras-background-color": "black"
}
Parameters:
-
- “allow-parallel-decoding” :false
Enables parallel video decoding. Default is false
-
- “allow-same-cameras” :false
Allows multiple IP cameras with the same IP address. Default is false
-
- “auto-expand-video” :true
Automatically expands the Audio and Video device tree lists in the Manage window. Default is 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
-
- “archive-show-fps” :false
Show frame rate during playback. This is not the actual recorded frame rate. Default is false
-
- “archive-smooth-speedup”:true
Smooth acceleration during playback with the expectation of sever decompression of frames. Default is true
-
- “show-resolution” :false
Show the true frame resolution in camera cells. Default is false
-
- “fill-views” :false
Fill new Screen Divisions with the same cameras. Default is false
-
- “cameras-text-shadow” :true
Enable camera OSD text background colour. Default is true
-
- “cameras-text-rounded” :false
Enable camera OSD text rounded edges. Default is false
-
- “hide-signal-errors” :false
Hide ‘connecting to camera’ error icon. Default is false
-
- “run-osk-controller” :false,
Enable the option to call the virtual keyboard. Default value – false, available values: false, true.
-
- “hide-taskbar” :true,
Hide the taskbar when switching to full screen mode. Default value – 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.
-
- “preload-stream” :false,
Enable preload of the main stream. 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 the client password 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 program interface on top of all windows. Default value – false, available values: false, true.
-
- “alrmon-update-timeout” :20000,
Alarm monitor 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 in the first stream must be displayed on the alarm monitor. Default value – 1 camera.
- “cameras-background-color”: “black”
Camera OSD text background color. Default is black.
|