Skip to main content
Skip table of contents

Recorder configuration

Configuration parameters

CODE
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.


auto_acknowledgeDescription
0Recording 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.

-1The 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:

CODE
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

ParameterDescription
chapterintervalChapterinterval 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.

snapshotintervalSnapshotinterval in minutes. Default setting: a snapshot is taken every 5 minutes.
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.