The [Output]
section lists the tasks that output information produced by Media Server. Usually a configuration contains at least one output task. For example:
[Output] OutputEngine0=IDOL OutputEngine1=Vertica [IDOL] Type=idol // idol engine options [Vertica] ...
This example specifies two output tasks, named IDOL
and Vertica
.
All output tasks can include the configuration parameter Input
. This specifies a comma-separated list of tracks that you want to output to an external system. If you do not specify a list of tracks, Media Server outputs a default selection of tracks. For information about whether a track is output by default, refer to the Media Server Reference.
Output engines do not produce records, and therefore do not have output tracks.
|