Process

Starts ingesting and processing the specified video (or audio).

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 video source to process. Yes
Synchronous Specifies whether to run the action synchronously. No

Example

/action=Process
             &ConfigName=myconfig
             &Source=/videoarchive/broadcast.mpeg

Response

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>

_HP_HTML5_bannerTitle.htm