The HTTP POST output engine segments the data produced by Media Server and sends this data to a server using HTTP POST. You can use an XSL template to transform the data before it is posted.
| Configuration Parameter | Description |
|---|---|
| BasicOnAuthenticate | Specifies whether to delay authentication. |
| BasicPassword |
The password to use with basic authentication. |
| BasicUsername | The user name to use with basic authentication. |
| ContentType | The value to use to populate the content-type attribute in the HTTP POST header. |
| DestinationURL | The URL where you want to post the data. |
| DigestPassword |
The password to use to with HTTP Digest authentication. |
| DigestUsername | The user name to use with HTTP Digest authentication. |
| EnableKerberos | A Boolean value that specifies whether to use Kerberos authentication. |
| EventTrack | The track to use as the event track (for event output mode). |
| GSSName | The file name of the GSS library (for Kerberos authentication). |
| GSSPath | The path to the folder that contains the GSS library (for Kerberos authentication). |
| Input | A comma-separated list of the tracks that you want to output. |
| Labels | A comma-separated list of labels (key/value pairs) to add to the output produced by Media Server. |
| Mode | The output mode, which specifies how to combine records into HTTP requests. |
| NTLMPassword | The password to use with NTLM authentication. |
| NTLMUsername |
The user name to use with NTLM authentication. |
| OutputInterval | The amount of video content represented by each HTTP request (when you use time output mode). |
| ProxyHost | The host name or IP address of the proxy server to use. |
| ProxyPassword | The password to use to authenticate with the proxy server. |
| ProxyPort | The port of the proxy server to use. |
| ProxyUsername |
The user name to use to authenticate with the proxy server. |
| SavePostXML | Whether to save the records produced by the output engine (post XSL transformation). |
| SavePreXML | Whether to save records received by the output engine (pre XSL transformation). |
| SSLConfig | The name of a section in the session configuration file that contains the SSL settings for communicating with the destination server. |
| Type | The type of output engine to use. Set this parameter to httppost. |
| UserAgent | The value to use for the user-agent in the header of HTTP requests. |
| UseSpnego | Specifies whether to use the SPNEGO protocol to decide which type of authentication to use. |
| XMLOutputPath | The directory in which to store pre- and post- XML files. |
| XSLTemplate | The XSL template to use to transform records before they are indexed. |
|
|