DO NOT SHARE THESE DOCS WITH CUSTOMERS!

This is an LA release that will only be provided to a select number of PLM-sanctioned customers (PDFs only). Contact PLM for details.

 

The Codec List profile is used to store precedence and purge lists of video codec MIME subtypes. When configuring precedenceListItems and purgeListItems attributes, the following rules apply:

  1. A precedence or purge list cannot contain duplicate entries.
  2. A precedence or purge list cannot contain a space character.
  3. Duplicate entries are not allowed within a precedence and purge list for the same Codec List Profile.
  4. A purge list cannot contain the list special character, or asterisk (*).

Command Syntax

% set profiles media codecListProfile <profile name>
	precedenceListItems <comma-separated list of MIME subtypes, or "*" for all>
	purgeListItems <comma-separated list of MIME subtypes>

Command Parameters

The Codec List Profile parameters are listed in the table below:

Codec List Profile Parameters

Parameter

Length/Range

Description

codecListProfile1-23<profile name> – Unique name of Codec List Profile
precedenceListItemsN/A

Enter comma-separated values using any alphanumeric characters except the space character. Enter codecs in order of precedence, for example {codec1,codec2,codec3} where codec1 represents the highest precedence.

Default value is '*' (all codecs are included).

purgeListItemsN/A

 Enter comma-separated codec values using any alphanumeric characters except the space character or asterisk "*".

Command Examples

% set profiles media codecListProfile CL-PROFILE precedenceListItems * purgeListItems H263

% show profiles media codecListProfile
codecListProfile CL-PROFILE {
    precedenceListItems *;
    purgeListItems      H263;
}
  • No labels