config
The config
command is used to manage configurations on Makito X Series devices. This includes saving the current configuration, loading a saved configuration, and specifying the configuration file to load at startup. The config
command also includes a Preset autosave
setting.
Note
This is equivalent to saving and loading Presets in the Web interface.Synopsis
config save [cfgname startup=yes,no [overwrite=yes]] |
Actions
Action | Description |
---|---|
| Saves the current configuration. Saves every parameter in the system, including encoder settings and stream destination and status (excluding the system IP address). All configuration files are stored in When saving a named configuration, using the overwrite option prevents a prompt for confirmation when a configuration with the same name already exists. Note Using |
| Loads a previously saved configuration identified by Note Using |
| Duplicates a saved configuration identified by |
| Renames a saved configuration identified by |
| Deletes a previously saved configuration identified by If no filename is specified, the system deletes the default startup configuration |
set | Configures the |
| Configuration files are stored under You can use |
| Displays usage information for the config command. |
Parameters
Parameter | Default | Description/Values |
---|---|---|
| n/a | Name of the configuration to load or save. Note The following special characters are not supported for use in the configuration name (
|
overwrite | no | When saving a named configuration, the overwrite option can be used to prevent a prompt for confirmation when a configuration with the same name already exists. yes,no |
| no | Sets saved configuration as the startup configuration. |
autosave | on | When enabled, Preset |
Examples
Saves the current configuration under the name "Class430" and sets it to be the startup configuration. |
Loads a previously saved configuration identified by the name "Class430" (located in the active (local) directory). |
Enables auto-save and returns the following confirmation message.
|
Returns the available configuration files, as well as the auto-save state.
|
Related Topics