VIDEOSERVER
Description
Get the settings of encoder which the device connects to. The setting include
CHxx_VIDEO_CONNECT, CHxx_VIDEO_STREAM, CHxx_VIDEO_AUDIO, CHxx_VIDEO_CONTROL, CHxx_VIDEO_TCP_IP, CHxx_VIDEO_MULTICAST_IP, CHxx_VIDEO_USERNAME, CHxx_VIDEO_PASSWORD, CHxx_TIME, CHxx_PORT_STREAMIN, CHxx_PORT_CONTROL, CHxx_PORT_MULTICAST, CHxx_PORT_RTP and CHxx_PORT_HTTP
where xx is the channel number of the connected encoder. The channel number is started from 01.
Input Argument
None
Attribute
Return of Message
CHxx_VIDEO_CONNECT='1'
CHxx_VIDEO_STREAM='1'
CHxx_VIDEO_AUDIO='0'
CHxx_VIDEO_CONTROL='1'
CHxx_VIDEO_TCP_IP='172.16.3.59'
CHxx_VIDEO_MULTICAST_IP='228.5.6.1'
CHxx_VIDEO_USERNAME='Admin'
CHxx_VIDEO_PASSWORD='123456'
CHxx_TIME='0'
CHxx_PORT_STREAMIN='6002'
CHxx_PORT_CONTROL='6001'
CHxx_PORT_MULTICAST='5000'
CHxx_PORT_RTP='7070'
CHxx_PORT_HTTP='80'where xx is the channel number started from 01.
Applicability
Status
Valid
See Also
¡@
Example
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&VIDEOSERVER
Back to