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.
Macro | Description |
---|---|
%currentTime.TIME_FORMAT%
|
The time, according the clock on the Media Server host, at which the macro is expanded. (Replace TIME_FORMAT with one of the time formats. For example, use %currentTime.iso8601% to obtain a timestamp in ISO 8601 format). |
%uuid%
|
A unique ID. |
%system.hostname%
|
The host name of the machine that Media Server is running on. |
%system.platform%
|
The name of the operating system that Media Server is running on. |
Note: The time macros described here represent the time (according to the machine hosting Media Server) when the output files are written to disk.
Type: | String (comma-separated list) |
Default: | |
Required: | No |
Configuration Section: | TaskName or Output |
Example: |
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: |
|