Input

A comma-separated list of tracks to send to the Media Server for further processing.

You can provide aliases to simplify the track names when you configure the downstream Media Server. To do this specify the track names as Alias:TaskName.TrackName, where:

  • Alias is the track name to present to the downstream Media Server.
  • TaskName is the name of the task that produced the track.
  • TrackName is the name of the track.
Type: String (comma-separated list)
Default:  
Required: No
Configuration Section: TaskName
Example:

With the following example, the downstream Media Server receives the FaceDetect.ResultWithSource track. When configuring tasks in the configuration file of the downstream Media Server, you must add a prefix matching the name of the ingest task, for example ReceiveRecords.FaceDetect.ResultWithSource.

Input=FaceDetect.ResultWithSource

With the following example, the downstream Media Server receives a track named Faces. When configuring tasks in the configuration file of the downstream Media Server, you must add a prefix matching the name of the ingest task, for example ReceiveRecords.Faces.

Input=Faces:FaceDetect.ResultWithSource

See Also: