NIGHT_MAX_BITRATE

Description

Get or set the maximum video bitrate for night time mode.

The URL is the same as the URL VIDEO_MAX_BITRATE in the ENCODER CGI. This URLs is only available in PlatformT encoders. When the camera enters the night time state, the night time video profile will be loaded. The maximum video bitrate in the video stream is the one of parameters in the night time video profile. Please refer to the parameters of night time profile for further details.

This URL will take effect if

  1. The device enters night time mode
  2. The encoder type is MPEG4 or H.264. (refer to VIDEO_ENCODER)
  3. The Video Quality is NONE in MPEG4/H.264 encoding (refer to NIGHT_MPEG4_QUALITY and NIGHT_H264_QUALITY).

In dual streaming mode, the CHANNEL=n indicates the video stream for setting the maximum video bitrate. For example, the CHANNEL=1&NIGHT_MAX_BITRATE=3M sets the video stream 1 maximum video bitrate to 3Mbps.

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.
or
UNLIMITED

Attribute

Return Message

NIGHT_MAX_BITRATE='3M'

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

Applicability

Status

Valid

See Also

VIDEO_ENCODER, NIGHT_MPEG4_QUALITY, NIGHT_H264_QUALITY, NIGHT_BITRATE

Example

Back To

HOME, ENCODER CGI