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
|
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 |
delete | Deletes a previously saved configuration identified by |
list | Displays a list of the available configuration files. |
help | Displays usage information for the |
Examples
Saves the current configuration under the name "Class200" and sets it to be the startup configuration. |
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