VIDEO_STREAM

 

Description

Get or Set the type of the video streaming mode.

There are two video streaming mode in the decoder. The one is the SINGLE mode and the other one is SEQUENTIAL mode. In SINGLE mode, the decoder gets a video stream from a specific channel all the time. In SEQUENTIAL mode, the decoder gets the video stream from a channel based on the acending order in the channel list which was pre-configured by users.

Input Argument

SINGLE, SEQUENTIAL

Attribute

Return of Message

VIDEO_STREAM='SINGLE'
OK: VIDEO_STREAM='SINGLE'
or
ERROR: VIDEO_STREAM='SINGLE'

Applicability

Status

Valid

See Also

SET_CHANNEL, CHANNEL_CONFIG, CHANNEL_SWITCH, CHANNEL_VARIABLE_FPS, CHANNEL_TIME, CHANNEL_INFO, CHANNEL_SWITCH

Example

http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&VIDEO_STREAM
or
http://ip:port/cgi-bin/cmd/encoder?VIDEO_STREAM
http://ip:port/cgi-bin/decoder?USER=Admin&PWD=123456&VIDEO_STREAM=SINGLE
or
http://ip:port/cgi-bin/cmd/decoder?VIDEO_STREAM=SINGLE

Back to

HOME, DECODER CGI