19
Operation Example (Switching streaming video)
These are examples to operate the systems introduced on the previous pages.

• Switching currently monitored streaming video to another streaming video

Use the following CGI commands.
control4?: Definition to control streaming video (required)
decode =start: Identifier to start decoding (required)
ch=xx: Number of the VIDEO OUT connector of the decoder to be controlled (xx:01 - 04)
address=aaa.aaa.aaa.aaa:ppppp
aaa.aaa.aaa.aaa: IP address of the camera ("RECEIVING IP ADDRESS" (0.0.0.0 - 255.255.255.255))
ppppp: RECEIVING PORT No. (1024 - 65535)
Example: To display the picture of the camera 5 on the monitor 1

• Controlling camera

camctrl.cgi?: Definition to control the camera
CHSEL=x: Designate the number of the VIDEO IN connector (channel) to which the camera to be controlled is
connected.
Enter a number from 1 to 4 in the "x" part. (Refer to page 86.)
Enter "&" after "CHSEL&x" and enter the camera control command following to entered "&".
Example: Controlling the camera connected to 1ch of the encoder 1.
http://192.168.0.20/cgi-bin/camctrl.cgi?CHSEL=1&PRESET=1
http://(IP address of the encoder of which the camera to be controlled is connected)/cgi-bin/camctrl.cgi?CHSEL=x
http://192.168.0.30/control4?decode=start&ch=01&address=239.192.0.5:50000
http://(IP address of the decoder to be controlled)/control4?decode=start&ch=xx&address=aaa.aaa.aaa.aaa:ppppp