Input
The name of the track to send to the other Media Server for remote analysis.
You can provide an alias to simplify the track name when you configure the other Media Server. To do this specify the track name as Alias:TaskName.TrackName
, where:
Alias
is the track name to present to the remote Media Server.
TaskName
is the name of the task that produced the track.
TrackName
is the name of the track.
Type: |
String |
Default: |
|
Required: |
No |
Configuration Section: |
TaskName
|
Example: |
Input=FaceDetect.ResultWithSource
This example sends the track FaceDetect.ResultWithSource to the remote Media Server. The configuration used by the remote Media Server must have a task to ingest the records. When you configure the input track for analysis tasks on the remote Media Server, you must add a prefix matching the name of that ingest task, for example ReceiveRecords.FaceDetect.ResultWithSource .
Input=Faces:FaceDetect.ResultWithSource
The second example, above, also sends the track FaceDetect.ResultWithSource , but the remote Media Server receives a track named Faces . The configuration used by the remote Media Server must have a task to ingest the records. When you configure the input for analysis tasks on the remote Media Server, you must add a prefix matching the name of that ingest task, for example ReceiveRecords.Faces .
|
See Also: |
Output
|