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
- 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 Multi-Channel device, this command is read-only command and the CHANNEL 1 video server's VIDEO_BITRATE configuration will be returned. If the CHANNEL 1 video server 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 in unit of bits/sec.
Attribute
Return of Message
Read Operation
OK: 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_BITRATEwhere 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=3Mwhere CGI could be mpeg4 or encoder
Back to