User guide

Configuring Using a Third-Party Application
115
Status Line Value
RECTL STATUS {UP <time>|DOWN
<time>|UNKNOWN}
Status of the recording
RECTL MICVOLUME <0-100> Level of line-in amplification (percents)
RECTL PCMVOLUME <0-100> Level of line-out amplification (percents)
Each status line is terminated with an LF (ASCII code 10) character.
19.3 Retrieving a List of HTTP API Commands
You can easily retrieve the list of HTTP API commands available for the VGADVI
Recorder. You only need to type in the following URL in the address bar of your
browser:
http://device_ip/admin/http_api.cgi
where device_ip is an IP address of the VGADVI Recorder. This IP address can be
obtained from the Network section of the Web admin interface.
19.4 Syntax for HTTP API Commands
Use the following syntax to get configuration settings:
http://<address>/admin/get_params.cgi?key
Use the following syntax to set or change the configuration:
http://<address>/admin/set_params.cgi?key=value
In this example <address> is the IP address or name you use to connect to the
System admin interface.
E.g., if you log into the Lecture Recorder x2’s Web admin interface using
http://192.30.23.45/admin, then <address> would be 192.30.23.45.