PORT
Description
Get the device's networking port number configurations. The return message of this command depends on the type of devices. In Encoder devices. the HTTP, search, register, control, video and multicast port numbers will be returned. In Decoder devices, the HTTP and search port numbers will be returned.
If the CHANNEL=n was not set with this URL to the Multi-Channel device, the CHANNLE 1 video server's PORT configurations will be returned. If the CHANNEL 1 video server does not connect to the router, the error message will be returned.
Input Argument
None
Attribute
Return of Message
Form Encoder Devices:
PORT_HTTP='80'
PORT_SEARCH_1='6005'
PORT_SEARCH_2='6006'
PORT_REGISTER='6000'
PORT_CONTROL='6001'
PORT_VIDEO='6002'
PORT_MULTICAST='5000'
Form Decoder Devices:
PORT_HTTP='80'
PORT_SEARCH_1='6005'
PORT_SEARCH_2='6006'
Applicability
Status
Valid
See Also
PORT_HTTP, PORT_SEARCH_1, PORT_SEARCH_2, 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
or
http://ip:port/cgi-bin/cmd/system?PORT
Back to