Loading sub-menu...

Download

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

Changes (40)

View Page History
Para probar esta primera release se recomienda el uso de Ubuntu 10.04 LTS sobre el hardware antes descrito. Sobre el en necesario instalar las dependencias y realizar la comprobaciones básicas:

h6. 1.\- Install dependences

* Gstreamer
{code}

h6. 2.\- Check configuration

{code:none}
{code}

h6. 3.\- Dowload software

Para instalar descargarse el programa
{}
Download and extract the software from this site.



h6. 4.- Config galicaster


The values are in the file conf.ini


* basic
** repository: path to the working folder.
** admin: enables admin mode (True|False)
** admin: enables admin mode (True\|False)

Example:
{code}
[basic]
repository = /mnt/videos/Repository
admin = True
{code}



* screen
** right: Name of the video device to be shown in the right screen (None to deactivate).
** left: Name of the video device to be shown in the left screen (None to deactivate).
** cursor: Shows or hides the cursor. (True|False)
** cursor: Shows or hides the cursor. (True\|False)

Example:
{code}
[screen]
right = Epiphan
left = Hauppagge
cursor = True
{code}

* ingest
** The data to connect Galicaster to an Opencast-Matterhorn server.

{code}
[ingest]
default = True
username = matterhorn_system_account
host = http://admin.matterhorn.es:8080
password = CHANGE_ME
workflow = full
{code}


* track
Values common to all devices:
** name: Name assigned to the device.
** device: Tipo de dispositivo. (v4l2|vga2usb|webcam|hauppage|pulse)
** flavor: Matterhorn "flavor" associated to the track. (presenter|presentation|other)
** device: Tipo de dispositivo. (v4l2\|vga2usb\|webcam\|hauppage\|pulse)
** flavor: Matterhorn "flavor" associated to the track. (presenter\|presentation\|other)
** location: Device's mount point in the system (p.ej. /dev/video0).
*** For PulseAudio devices run:
pactl -list | grep "Source" -A 5
{code}
pactl -list | grep "Source" -A 5
{code}
and use "Name:" as the "location" field.
*** file: The file name where the track will be recorded.
*** active: Whether the device will be played and recorded. (True\|False)

Values in audio (pulse) devices:
** playing: Indicates if the audio, apart from being recorded, is played. (True\|False)
** vumeter: Activates data sending to the program's vumeter. (True\|False)
Only one device should be activated.
** amplification: Gstreamer amplification value: < 1 decreases and > 1 increases volume.
Values between 1 and 2 are commonly used.

Example:
{code}
[track1]
name = Hauppagge
loc2 = /dev/hauprevideo
loc3 = /dev/haupreaudio
location = /dev/haucamera
file = CAMERA.mpg
device = hauppage
flavor = presenter
active = False

h6. 5.- Running
[track2]
name = Epiphan
active = False
location = /dev/screen
file = SCREEN.avi
device = vga2usb
flavor = presentation

[track3]
amplification = 2.0
name = AudioSource
vumeter = Active
location = alsa_input.usb-046d_081d_96D1FD90-00-U0x46d0x81d.analog-mono
file = sound.mp3
device = pulse
flavor = presenter
active = False
playing = False

[track4]
name = Webcam
videocrop-left = 160
videocrop-right = 160
caps = image/jpeg,framerate=25/1,width=1280,height=720
active = False
location = /dev/webcam
file = CAMERA.avi
device = mjpeg
flavor = presenter
{code}

h6. 5.\- Running

Galicaster Class is launched by running the command: