Loading sub-menu...

1.2.0 Galicaster Configuration

Version 1 by developer
on ago 03, 2012 18:40.

compared with
Version 2 by developer
on ago 03, 2012 18:53.

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

Changes (16)

View Page History
*** *True*: Apart from recording, the user can edit metadata, play and manage the recordings. Galicaster will behave as a [Galicaster Mobile|Galicaster Mobile]
** {{repository}}: absolute path to the working folder. If not specified, a {{Repository}} directory in the user's home will be used.
** {{export}}: absolute path to the export folder for operations. If not specified, exported files will be placed at the user's home folder.
** stopdialog: Enable/Disable a dialog requesting confirmation to stop the recording. Defaults to True. (True|False)
** quit: Shows or hides the quit button. (True|False)

** Example:
{code:none}
admin = True
repository = /mnt/videos/Repository
export = /home/user/Videos
stopdialog = True
quit = True

{code}

** {{right}}: Name of the video device in the [track list|#config_track] to be shown in the right screen ({{None}} to deactivate).
** {{left}}: Name of the video device in the [track list|#config_track] to be shown in the left screen ({{None}} to deactivate).
** {{cursor}}: Shows or hides the mouse pointer. Useful if using a tactile screen ({{True\|False}})

Note that if a profile different from default is selected, they will be ordered automatically via track position

** Example:
{code:none}
right = Epiphan
left = Hauppauge
cursor = True
{code}

{anchor:config_ingest}
* Section {{ingest}}
** {{active}}: active: Enables the connection to a Opencast-Matterhorn server (True\|False).
** {{default}}: Enables the night ingestion of the recordings (True\|False)
** {{username}}: Account used to operate the Matterhorn REST endpoints.
** manual: Configure the method to automatically ingest the manual recordings. The possible options are: disable the automatic ingestion (none), ingest immediately after the recording (immediately) or ingest nightly all the recordings of the previous day (nightly). Defaults to 'none'. (none|immediately|nightly)
** scheduled: Configure the method to automatically ingest the scheduled recordings. The possible options are: disable the automatic ingestion (none), ingest immediately after the recording (immediately) or ingest nightly all the recordings of the previous day (nightly). Defaults to 'none'. (none|immediately|nightly)
** {{host}}: host: Matterhorn server URL.
** {{password}}: Password for the account used to operate the Matterhorn REST endpoints.
** {{workflow}}: Name of the Matterhorn Workflow to be run after the ingestion.
** username: Name of the Galicaster unit. Defaults to the host name as defined in the OS, prepended by "GC-" if it is a Galicaster Class or "GCMobile-" if it is a Galicaster Mobile.
** password: Password for the account used to operate the Matterhorn REST endpoints service.
** hostname: Custom denomination of the galicaster unit. By default it's obtained from de operative system.
** workflow: name of the workflow used to ingest the recordings.
** workflow-parameters: pairs of parameter and value (parameter:value) to be parsed on the Matterhorn workflow, separated by semicolon.
** Example:
{code:none}
[ingest]
active = True False
default = True
manual = nightly
scheduled = immediately
host = http://fakeadmin.matterhorn.com:80
username = matterhorn_system_account
host = http://admin.matterhorn.es:8080
password = CHANGE_ME
workflow = full
workflow-parameters = trimHold:true
{code}