Output

A comma-separated list of tracks, generated by the remote Media Server, to output from the remote analysis task. These tracks are then available for further processing on this Media Server.

Specify the track names as Alias:TaskName.TrackName, where:

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

If the remote Media Server has a task named FaceRec that produces a track named FaceRec.Result, you can obtain the data as follows:

Output=KnownFaces:FaceRec.Result

Subsequent tasks on this Media Server can access the data using the track name TaskName.KnownFaces, where TaskName is the name of the remote analysis task.

See Also: Input