DefaultTranscoderConfig.properties

The full path of this file is /etc/escenic/engine/common/com/escenic/media/aws/DefaultTranscoderConfig.properties. You need to set the following property in this file:

serviceDefinition

The path to the XML configuration file containing your transcoding service configuration. For example:

serviceDefinition=transcode-config.xml

For further information, see Transcoder Configuration Files.

If you want to have different transcoding set-ups for different publications, then you will need to create several copies of this file with different names (for example TranscoderConfigPub1.properties, TranscoderConfigPub2.properties and so on, and set the serviceDefinition property to reference a different transcoder configuration file in each copy. For example:

serviceDefinition=pub1-transcode-config.xml

For each additional copy of this file that you create, you also need to add an entry referencing the file to /etc/escenic/engine/common/com/escenic/media/aws/TranscodingConfigFactory.properties (see TranscodingConfigFactory.properties).