PORT_SEARCH_1, PORT_SEARCH_2

Description

Get or Set device search server port numbers. We provide some utilities like IPUtility to find all our devices in the intranet through these UDP search ports.

When write, the port number will be checked if it was used from other applications

If the CHANNEL=n was set with this URL to the Multi-Channel device, this URL is read-only command and the Router's search server port number will be returned.

Input Argument

UDP port number, 1~65535

Attribute

Return of Message

PORT_SEARCH_1='6005'

PORT_SEARCH_2='6006'

OK: PORT_SEARCH_1='6005'
OK: PORT_SEARCH_2='6006'
or
ERROR: PORT_SEARCH_1='6005'
ERROR: PORT_SEARCH_2='6006'

Applicability

Status

This URL will be obsolete and replaced by PORT_SEARCH

See Also

PORT, PORT_HTTP, PORT_SEARCH, PORT_REGISTER, PORT_CONTROL, PORT_VIDEO, PORT_MULTICAST, V2_PORT_RTSP, V2_PORT_RTP_MULTI_VIDEO, V2_PORT_RTP_MULTI_AUDIO

Example

http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&PORT_SEARCH_1
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&PORT_SEARCH_2
or
http://ip:port/cgi-bin/cmd/system?PORT_SEARCH_1
http://ip:port/cgi-bin/cmd/system?PORT_SEARCH_2
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&PORT_SEARCH_1=6005
http://ip:port/cgi-bin/system?USER=Admin&PWD=123456&PORT_SEARCH_2=6006
or
http://ip:port/cgi-bin/cmd/system?PORT_SEARCH_1=6005
http://ip:port/cgi-bin/cmd/system?PORT_SEARCH_2=6006

Back to

HOME, SYSTEM CGI