To write records to the action response
Create a new configuration to send to HPE Media Server with the process
action, or open an existing configuration that you want to modify.
In the [Output]
section, add a new output task by setting the OutputEngineN
parameter. You can give the task any name, for example:
[Output] OutputEngine0=Response
Create a configuration section for the task and set the following parameters:
Type
|
The output engine to use. Set this parameter to response . |
Input
|
(Optional) A comma-separated list of the tracks that you want to output. Specify one or more tracks. If you do not set this parameter, the engine outputs all tracks that are configured by default as 'output' tracks. For information about whether a track is considered an 'output' track, refer to documentation for your analysis and encoding engines in the HPE Media Server Reference. |
For more information about these parameters, refer to the HPE Media Server Reference.
Save and close the configuration file. HPE recommends that you save your configuration files in the location specified by the ConfigDirectory
parameter.
Example
The following is an example configuration to output data to the process
action response.
[Response] Type=response Input=OCR.Result,Keyframe.Result
|