VIDEO_BITRATE

 

Description

Get or set the average video bitrate in bits/sec for MPEG4/H.264 encoding.

This URL will not take effect if

  1. The encoder type is MJPEG (refer to VIDEO_ENCODER)
  2. The Video Quality is not NONE in MPEG4/H.264 encoding (refer to VIDEO_MPEG4_QUALITY).
  3. The Maximum Video Bitrate is not unlimited for MPEG4/H.264 encoding (refer to VIDEO_MAX_BITRATE)

If the CHANNEL=n was not set with this URL to the multiple channel video encoders, this command is read-only command and the CHANNEL 1 encoder module's VIDEO_BITRATE configuration will be returned. If the CHANNEL 1 encoder module does not connect to the router, the error message will be returned.

Input Argument

28K, 56K, 128K, 256K, 384K, 500K, 750K, 1M, 1.2M, 1.5M, 2M, 2.5M, 3M, 3.5M, 4M, 4.5M, 5M, 5.5M, 6M in unit of bits/sec.
Note that bit rate from 3.5M to 6M are available in PlatformT, PlatformK and Platform-A1 encoders and cameras.

Attribute

Return of Message

VIDEO_BITRATE='3M'
OK: VIDEO_BITRATE='3M'
or
ERROR: VIDEO_BITRATE='3M'

Applicability

Status

Valid

See Also

VIDEO_ENCODER, VIDEO_MAX_BITRATE, VIDEO_MPEG4_QUALITY, VIDEO_H264_QUALITY

Example

http://ip:port/cgi-bin/CGI?USER=Admin&PWD=123456&VIDEO_BITRATE
or
http://ip:port/cgi-bin/cmd/CGI?VIDEO_BITRATE
where CGI could be mpeg4 or encoder
http://ip:port/cgi-bin/CGI?USER=Admin&PWD=123456&VIDEO_BITRATE=3M
or
http://ip:port/cgi-bin/cmd/CGI?VIDEO_BITRATE=3M<
where CGI could be mpeg4 or encoder

Back to

HOME, MPEG4 CGI, ENCODER CGI