Loading sub-menu...

Installation Guide

Version 3 by developer
on may 09, 2012 17:10.

compared with
Version 4 by developer
on may 09, 2012 17:11.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (9)

View Page History
If you have a OC-Matterhorn running you should ask your Matterhorn system manager for some information. First of all you need a *digest user* - a regular one won't work-, there is a default account for this matters that should be replaced for custom ones.

{code:none}
username: matterhorn_system_account
password: CHANGE_ME
{code}

You need the admin host address, port included. For example:

* host = http://fakeadmin.matterhorn.com:80 *
{code:none}
host = http://fakeadmin.matterhorn.com:80
{code}
You also need to stablish a default workflow and its parameters. Scheduled recordings will have his own workflow and parameters, set on the scheduling operation, but not the recordings started manually. The usual parameters you have to set are *captions* and *trimHold*, which value is *False* by default. The usual configuration is:

* workflow = full *
* workflow-parameters = trimHold:true *
{code:none}
workflow = full
workflow-parameters = trimHold:true
{code}

If you have more than one parameter:

{code:none}* workflow-parameters = trimHold:true;captions=True * {code}
{code:none}workflow-parameters = trimHold:true;captions=True{code}

Finally, you have to decide if your recordings should be recorded automatically or not. If you want to do so, set *default* to True. All the configuration together will look like: