CHANNEL_TIME

Description

Set the time of stay in second for a connected channel to the decoder. In here, this time duration is called channel dwell time.

If the channel dwell time is set to 0, the decoder will stay this channel forever.

In the decoder devices, it could connect an encoder and move to next channel after current channel dwell time.

Input Argument

n
where
n  : the channel ID in the decoder, 1~16.

n,m
where
n  : the channel ID in the decoder, 1~16
m : channel dwell time from 0 to 65535.

Attribute

Return of Message

CHANNEL_TIME='1,60'
OK: CHANNEL_TIME='1,60'
or
ERROR: CHANNEL_TIME='1,60'

Applicability

Status

Valid

See Also

CHANNEL_CONFIG, CHANNEL_VARIABLE_FPS, CHANNEL_INFO, CHANNEL_SWITCH

Example

http://ip:port/cgi-bin/decoder?USER=Admin&PWD=123456&CHANNEL_TIME=2
or
http://ip:port/cgi-bin/cmd/decoder?CHANNEL_TIME=2

http://ip:port/cgi-bin/decoder?USER=Admin&PWD=123456&CHANNEL_TIME (get channel 1's channel dwell time)

or
http://ip:port/cgi-bin/cmd/decoder?CHANNEL_TIME (get channel 1's channel dwell time)

http://ip:port/cgi-bin/decoder?USER=Admin&PWD=123456&CHANNEL_TIME=2,60
or
http://ip:port/cgi-bin/cmd/decoder?CHANNEL_TIME=2,60

Back to

HOME, URL CGI