Starts ingesting and processing the specified media.
Type: asynchronous
Parameter | Description | Required |
---|---|---|
Config | A base64 encoded configuration file to use. | No |
ConfigName | The name of a configuration file to use. | No |
Persist | Specifies whether the action restarts in the event that processing stops for any reason. | No |
Source | The media source to process. | Set either Source or SourceData |
SourceData | The media file to process. | Set either Source or SourceData |
Synchronous | Specifies whether to run the action synchronously. | No |
/action=Process &ConfigName=myconfig &Source=/videoarchive/broadcast.mpeg
A sample response appears below. The process
action is asynchronous, so Media Server returns a token.
<?xml version="1.0" encoding="UTF-8"?> <autnresponse xmlns:autn="http://schemas.autonomy.com/aci/"> <action>PROCESS</action> <response>SUCCESS</response> <responsedata> <token>MTAuMi4xMDUuMTEyOjE0MDAwOlNUQVJUOi02NTUyNTcxNTM=</token> </responsedata> </autnresponse>
|