VISULOX 5 Documentation

Recorder configuration

visulox config list -name recorder
    -------------------------------------------------------------------------------------------------
    | changed | key                       | value                                                   |
    -------------------------------------------------------------------------------------------------
    |         | recorder.auto_acknowledge | 0                                                       |
    |         | recorder.chapterinterval  | 20                                                      |
    |         | recorder.manually         | true                                                    |
    |         | recorder.max              | 250                                                     |
    |         | recorder.snapshotinterval | 5                                                       |
    |         | recorder.welcome          | Security Policy enforces recording for this application |
    -------------------------------------------------------------------------------------------------

Auto acknowledge recording

With this setting, the behaviour of the recording box can be configured.

image2021-3-9_10-9-46.png


auto_acknowledge

Description

0

Recording dialog stays on the screen, until confirmed or rejected by the user.

1

The positive value is the time in seconds until the recording dialog is confirmed.

-1

The negative value is the time in seconds until the recording dialog is rejected.

Negative integer values are supported since version 3.1.7p2 for new installations.

Older or updated versions need a correction via database on each node:

visulox database query -sql "update  global_layout SET value=-5 where name='auto_acknowledge'" -force
visulox config rebuild

Disable manual recording

The manual recording checkbox in the control panel can be removed to prevent users recording their own sessions.

visulox config -name recorder.manually=0
    ---------------------------------------------------
    | changed | parameter         |      type | value |
    ---------------------------------------------------
    |         | recorder.manually | OPERATION | 0     |
    ---------------------------------------------------

Chapter / frame settings

Parameter

Description

chapterinterval

Chapterinterval in minutes. The default setting is 20 min for a chapter.

framerate

Framrate in frames per second. The default framerate is set to 10 frames per seconds.

Higher values will have an impact on the performance.

snapshotinterval

Snapshotinterval in minutes. Default setting: a snapshot is taken every 5 minutes.