config
The config
command is used to manage configurations on the Makito X decoder. This includes saving the current configuration, loading a saved configuration, and specifying the configuration file to load at startup.
All configuration files are stored in /usr/share/haivision/config
.
Note
This is equivalent to saving and loading Presets in the Web interface. See Saving and Loading Presets.
Synopsis
config save [cfgname] [startup=yes,no] |
Actions
Action | Description |
---|---|
save | Saves the current configuration. Saves every parameter in the system, including decoder settings and stream destination and status (excluding the system IP address). All configuration files are stored in See NOTE regarding |
load | Loads a previously saved configuration identified by <cfgname> . Reassigns every parameter in the system, including decoder settings and stream destination and status (excluding the system IP address). |
delete | Deletes a previously saved configuration identified by <cfgname> . If no filename is specified, the system deletes the default configuration (haistartupcfg.ini). |
list | Displays a list of the available configuration files. |
help | Displays usage information for the config command. |
Examples
# config save Class200 startup=yes Saves the current configuration under the name "Class200" and sets it to be the startup configuration. |
# config load Class200 Loads a previously saved configuration identified by the name "Class200" (located in the active (local) directory). |
Note
The following special characters are not supported for use in the configuration name (cfgname
) unless they are escaped using the backward slash (\
) character before being used:
Single Quote `
Ampersand &
Parentheses ( )
Semicolon ;
Apostrophe ’
Double Quote ”
Left and Right Angle Brackets < >
Related Topics