VIDEO_ENCODER
Description
Get or Set the type of the encoding engine in encoder.
Note that some video configurations, like VIDEO_BITRATE, will be changed when the VIDEO_ENCODER was changed.
If the CHANNEL=n was not set with this URL to the Multi-Channel device, this command is read-only command and the CHANNEL 1 video server's MOTION_ENABLED configuration will be returned. If the CHANNEL 1 video server does not connect to the router, the error message will be returned.
Input Argument
MJPEG, MPEG4, H264
Attribute
Return of Message
OK: VIDEO_ENCODER='MPEG4'
OK: VIDEO_ENCODER='MPEG4'
or
ERROR: VIDEO_ENCODER='MPEG4'
Applicability
Status
Valid
See Also
VIDEO_BITRATE, VIDEO_MAX_BITRATE, VIDEO_MPEG4_QUALITY, VIDEO_H264_QUALITY, VIDEO_FPS_NUM, VIDEO_H264_FPS, VIDEO_MJPEG_FPS
Example
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&VIDEO_ENCODER
or
http://ip:port/cgi-bin/cmd/encoder?VIDEO_ENCODER
http://ip:port/cgi-bin/encoder?USER=Admin&PWD=123456&VIDEO_ENCODER=MPEG4
or
http://ip:port/cgi-bin/cmd/encoder?VIDEO_ENCODER=MPEG4
Back to