CHxx_CHANNEL
Description
Get or Set the the Mutli-Channel Encoder's channel ID to decoder.
This URL is used when the CHxx_SOURCE_TYPE=2. In Multi-Channel Encoder, the maximum channel could be 16. Please refer to the Multi-Channel encoder specification for further details. The Channel ID in Multi-Channel encoder is started from 1.
The xx is the channel ID in the decoder started from 01 and ended to 16.
In EPL decoder device, the xx is fixed to 01.
Input Argument
1~16
Attribute
Return of Message
CHxx_CHANNEL='0'
OK: CHxx_CHANNEL='0'
or
ERROR: CHxx_CHANNEL='0'
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_VIDEO_USERNAME, CHxx_VIDEO_PASSWORD, CHxx_PORT_STREAM, CHxx_PORT_CONTROL, CHxx_PORT_MULTICAST, CHxx_PORT_RTP, CHxx_PORT_HTTP, CHxx_TIME, CHxx_SOURCE_TYPE, CHxx_QUAD_CHANNEL, SWITCH, VIDEO_VARFPS
Example
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&CHxx_CHANNEL
where xx is from 01~16
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&CHxx_CHANNEL=0
where xx is from 01~16
Back to