CDR_SERVER_IP_PORT

Description

Get or Set Camera Doctor remote host IP and UDP Port configuration.

The device will send the debugging message to the host at the IP:PORT set by this URL. Note that only unicast IP address is valid in this URL.

The Camera Doctor provides the run-time debugging mechanism to collect the device run-time state through an UDP connection. The client-server architecture is used in this mechanism where the device acts as a server and the remote host acts as the client. The client has to be able to send the command (refer to CDR_ENABLE) to enable the Camera Doctor function in device and set the proper debug level to the device (refer to CDR_DEBUG_LEVEL URL) and receive the debug message from the device through the UDP session (this URL). Please refer the Specification of the Camera Doctor for further details.

Input Argument

n,m
where
n is the IPv4 address of the remote host
m is the UDP port number

Attribute

Return of Message

CDR_SERVER_IP_PORT='192.168.0.10,9000'
OK: CDR_SERVER_IP_PORT='192.168.0.10,9000'
or
ERROR: CDR_SERVER_IP_PORT='192.168.0.10,9000'

Applicability

Status

Valid

See Also

CDR_ENABLE, CDR_DEBUG_LEVEL

Example

http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&CDR_SERVER_IP_PORT
or
http://ip:port/cgi-bin/cmd/system?CDR_SERVER_IP_PORT (Not available in All Decoders)
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&CDR_SERVER_IP_PORT=192.168.0.10,9000
or
http://ip:port/cgi-bin/cmd/system?CDR_SERVER_IP_PORT=192.168.0.10,9000 (Not available in All Decoders)

Back to

HOME, SYSTEM CGI