User guide
Configuring Using a Third-Party Application
119
Lecture Recorder x2 User Guide
19.9 RTP Unicast Keys
These keys are used for getting or setting RTP unicast settings. You can change these
settings when stream type is set to RTP.
Table 22 RTP Unicast Keys
Key
Description
unicast_enabled
Enable RTP unicast. Possible values are 'on' or empty.
unicast_address
Get or change the unicast address.
unicast_aport
Get or change the unicast a port.
unicast_vport
Get or change the unicast v port.
19.10 Recorder Keys
These keys are used to enable or disable the recording of a broadcast.
Table 23 Recorder Keys
Key
Description
rec_enabled
Enables recording functionality. Possible values are 'on' or
empty.
19.11 Examples
For a Lecture Recorder x2 device with an IP address of 192.30.23.45, and admin
password of pass123, one can use wget to do the following:
Enter the following command to view the broadcasting stream type and
frame size:
wget --http-user=admin --http-passwd=pass123
"http://192.30.23.45/admin/get_params.cgi?streamtype&framesize"
Enter the following command to set the broadcasting stream type to ASF,
add the title “Lecture Recorder x2 Stream”, and enable recording audio.
wget --http-user=admin --http-passwd=pass123
"http://192.30.23.45/admin/set_params.cgi?streamtype=2
&title= Lecture Recorder x2 %20Stream&audio=on"