Loading sub-menu...

1.3.0 Release Candidate Process

compared with
Version 18 by developer
on abr 04, 2013 12:09.

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

Changes (1)

View Page History
Consult the [plugin configuration|Galicaster:RTP device plugin] and contact us for troubleshooting.


{anchor:custom}
h4. Custom bin

This feature is meant for advanced users. Defining a custom bin allow to test new sources within Galicaster.

{code:none}
[track1]
name = custom
location = default
file = CAMERA.avi
device = custom
flavor = presenter
active = True
pipestr = videotestsrc name=gc-custom-src is-live=true ! video/x-raw-yuv,framerate=10/1,width=640,height=480 ! tee name=tee-vt ! queue ! ffmpegcolorspace ! xvimagesink sync=false async=false qos=false name=gc-custom-preview tee-\
vt. ! queue ! valve drop=false name=gc-custom-valve ! queue ! ffmpegcolorspace ! queue ! filesink name=gc-custom-sink async=false
{code}

{section}
{column:width=40%}
{note:title=Element naming}
The elements source (src), valve and sink must be named as in the example, to allow the program to recognize them.

{note}
{column}
{column:width=60%}
{column}
{section}

{section}
{column:width=40%}
{note:title=Be Careful}
Make sure Galicaster has write permissions in the directory where the logs are to be kept.
{note}
{column}
{column:width=60%}
{column}
{section}

{anchor:logger}
h4. Configurable logger