CHxx_VIDEO_USERNAME, CHxx_VIDEO_PASSWORD
Description
Set of Get the account name and password of the encoder. The decoder will use this account setting to connect to the encoder.
In CHxx_VIDEO_USERNAME URL, it sets the encoder's account name tothe encoder.
In CHxx_VIDEO_PASSWORD URL, it sets the encoder's account password to the encoder.
Input Argument
character string. (<32 bytes for name and <64 bytes for password)
Attribute
Return of Message
In WPL Decoder Devices
- None
In EPL Decoder Devices
- Read Operation
CH01_VIDEO_USERNAME='aaaa'
CH01_VIDEO_PASSWORD='111111'
- Write Operation
OK: CH01_VIDEO_USERNAME='aaaa'
OK: CH01_VIDEO_PASSWORD='111111'
or
ERROR: CH01_VIDEO_USERNAME='aaaa'
ERROR: CH01_VIDEO_PASSWORD='111111'
Applicability
Status
Valid
See Also
CHxx_VIDEO_CONNECT, CHxx_VIDEO_VARFPS, CHxx_VIDEO_STREAM, CHxx_VIDEO_AUDIO, CHxx_VIDEO_CONTROL, CHxx_VIDEO_TCP_IP, CHxx_VIDEO_MULTICAST_IP, CHxx_PORT_STREAM, CHxx_PORT_CONTROL, CHxx_PORT_MULTICAST, CHxx_PORT_RTP, CHxx_PORT_HTTP, CHxx_TIME, CHxx_SOURCE_TYPE, CHxx_QUAD_CHANNEL, CHxx_CHANNEL, SWITCH, VIDEO_VARFPS
Example
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&CH01_VIDEO_USERNAME
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&CH01_VIDEO_PASSWORD
In WPL Decoder Deviceshttp://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&CH01_VIDEO_USERNAME=aaaa
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&CHxx_VIDEO_PASSWORD=111111
where xx is from 01~16In EPL Decoder Devices
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&CH01_VIDEO_USERNAME=aaaa
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&CH01_VIDEO_PASSWORD=111111
Back to