Labels

A comma-separated list of labels (key/value pairs) to add to the output produced by Media Server. You can use this parameter to add custom metadata to the output. You can use system macros in the label values.

Type: String (comma-separated list)
Default:  
Required: No
Configuration Section: TaskName or Output
Example:

Labels=key1=value1,key2=value2

This example adds the following fields to each record in the pre-XML produced by Media Server:

<output>
  <metadata>
    ...
    <engineDetails>
      ...
      <labels>
        <label name="key1" value="value1"/>
        <label name="key2" value="value2"/>
      </labels>
    </engineDetails>
  </metadata>
  ...
</output>

Your XSL template must then transform this information into the required format.

See Also:  

_HP_HTML5_bannerTitle.htm