Poller.properties

The full path of this file is /etc/escenic/engine/common/com/escenic/media/status/Poller.properties.

The settings in this file control the service that submits media content for transcoding.

You can optionally set the following properties in this file:

enableService

Determines whether or not the service is enabled. It is enabled by default on all hosts, although it only ever actually runs on one host. You should never disable it in the common configuration layer, although you can disable it on specific hosts (presentation hosts, for example) by copying the file to a host-specific configuration layer and setting the property to false.

pollingInterval

Determines how often the service checks for media content that needs transcoding, in milliseconds. The default value of 30000 means that the service checks for new or modified media content every 30 seconds, and if it finds any, submits it to Elastic Transcoder for transcoding. You might want to shorten this interval, for example:

pollingInterval=10000