Get or set the average video bitrate in bits/sec for MPEG4/H.264 encoding.
This URL will not take effect if
- The encoder type is MJPEG (refer to VIDEO_ENCODER)
- The Video Quality is not NONE in MPEG4/H.264 encoding (refer to VIDEO_MPEG4_QUALITY).
- 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.
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.
VIDEO_BITRATE='3M'
OK: VIDEO_BITRATE='3M'
or
ERROR: VIDEO_BITRATE='3M'
Valid
See Also
VIDEO_ENCODER, VIDEO_MAX_BITRATE, VIDEO_MPEG4_QUALITY, VIDEO_H264_QUALITY
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