View Source

h3. A. Connections

Depending on the scheme you're using you should connect your camera to the Blackmagic Card (SDI) or to the Hauppauge card (NTSC / PAL ). Appart for it, remember to connect the monitor to the graphical card output, not to the motherboard.



h3. B. Network Configuration

h4. B.1 Matterhorn configuration

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.

username: matterhorn_system_account
password: CHANGE_ME

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

* host = http://fakeadmin.matterhorn.com:80 *

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 *

If you have more than one parameter:

{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:

{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}



h3. C Galicaster configuration

h4. C.1 NTSC based configuration

h4. C.2 SDI based configuration

h3. D. Troubleshooting