Loading sub-menu...

Galicaster Mobile Installation Guide

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

Changes (6)

View Page History
** [2. SDI-based configuration|#sdi]
* [B. Network configuration|#net]
** [Matterhorn configuration|#mh]
* [C. Galicaster Capture Devices configuration|#gcconf]
** [1. Blackmagic configuration|#bm]
** [2. Hauppauge configuration|#hau]
** [3. Sound configuration|#sound]
* [D. Matterhorn configuration|#mh]

{anchor:cards}



{anchor:mh}
h4. B.1 Matterhorn configuration

If you have a OC-Matterhorn running you have to ask your Matterhorn system administrator for some information. First of all, you need a *digest user* - a regular one won't work-. There is a default digest account that should be replaced with your own values.

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

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

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

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

If you set up more than one parameter:

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

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

{code:none}
[ingest]
active = True
default = False
host = http://fakeadmin.matterhorn.com:80
username = matterhorn_system_account
password = CHANGE_ME
workflow = full
workflow-parameters = trimHold:true
{code}

{anchor:gcconf}
h3. C. Galicaster configuration
h3. C. Capture Devices configuration
----