CHxx_QUAD_CHANNEL
Description
Get or Set the video stream type in the QUAD channel encoder for decoder.
This URL is used when the CHxx_SOURCE_TYPE=1. In QUAD Encoder, It provides 5 types of video streams to the decoder.
The mapping of the input argument and the streaming type of the QUAD encoder is listed below.
Input Argument Streaming Type Description 0 QUAD Channel Four channels are in one single video stream 1 Channel 1 Channel 1 in QUAD Encoder is in the video stream 2 Channel 2 Channel 2 in QUAD Encoder is in the video stream 3 Channel 3 Channel 3 in QUAD Encoder is in the video stream 4 Channel 4 Channel 4 in QUAD Encoder is in the video stream 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
0, 1, 2, 3 or 4
Attribute
Return of Message
CHxx_QUAD_CHANNEL='0'
OK: CHxx_QUAD_CHANNEL='0'
or
ERROR: CHxx_QUAD_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_CHANNEL, SWITCH, VIDEO_VARFPS
Example
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&CHxx_QUAD_CHANNEL
where xx is from 01~16
http://ip:port/cgi-bin/url.cgi?USER=Admin&PWD=123456&CHxx_QUAD_CHANNEL=0
where xx is from 01~16
Back to