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 (1)

View Page History
If you still experience problems after configuring the Sound Manager and your Mixer or Sound input device, you should take a look to ALSA.
Run _alsamixer_ on a shell and ensure that your device is not being amplified. You can check the real Gain on _Item_ on the top left corner of the screen. Press F6 to select the input and F4 to go to the Capture section.



{anchor:mh}
h3. D 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}