CM5000 User Manual
UM-CM5000-FW3.5.2.0-REV0.0
2019-07-08
www.ateme.com
Page 97
snmpset -v2c -c private $HOST \
ATEME-KYRION2-MIB::kyrion2ChannelCfgTsEsVideoInputSdiFormat.1.1.1 i 7
#ATEME-KYRION2-MIB::kyrion2ChannelCfgTsEsVideoInputSdiFormat.1.1.1 =
# INTEGER: n1080i2997(7)
snmpset -v2c -c private $HOST \
ATEME-KYRION2-MIB::kyrion2ChannelCfgTsEsVideoInputEmulationMode.1.1.1 i 1
#ATEME-KYRION2-MIB::kyrion2ChannelCfgTsEsVideoInputEmulationMode.1.1.1 =
# INTEGER: black(1)
snmpset -v2c -c private $HOST ATEME-KYRION2-MIB::\
kyrion2ChannelCfgTsEsVideoInputEmulationIsMovingPatternEnabled.1.1.1 i 1
#ATEME-KYRION2-MIB::
# kyrion2ChannelCfgTsEsVideoInputEmulationIsMovingPatternEnabled.1.1.1 = \
# INTEGER: true(1)
Then, configure the profile, Main 4:2:0 8-bit in this sample:
Note
Bit depth selection is done through kyrion2ChannelCfgTsEsVideoH264ToolsBitDepth.
snmpset -v2c -c private $HOST \
ATEME-KYRION2-MIB::kyrion2ChannelCfgTsEsVideoH264Profile.1.1.1 i 2
#ATEME-KYRION2-MIB::kyrion2ChannelCfgTsEsVideoH264Profile.1.1.1 = INTEGER: main(2)
snmpset -v2c -c private $HOST \
ATEME-KYRION2-MIB::kyrion2ChannelCfgTsEsVideoH264ToolsBitDepth.1.1.1 i 1
#ATEME-KYRION2-MIB::kyrion2ChannelCfgTsEsVideoH264ToolsBitDepth.1.1.1 =
# INTEGER: n8(1)
Then, configure the rate control mode, CBR at 15Mbps:
Note
Ensure that either the TS bitrate is enough or set to 'Auto' or the encoder will silently drop the request
and revert the video bitrate to 'Auto'.
snmpset -v2c -c private $HOST \
ATEME-KYRION2-MIB::kyrion2ChannelCfgTsEsVideoH264RateControlMode.1.1.1 i 1
#ATEME-KYRION2-MIB::kyrion2ChannelCfgTsEsVideoH264RateControlMode.1.1.1 =
# INTEGER: cbr(1)
snmpset -v2c -c private $HOST \
ATEME-KYRION2-MIB::kyrion2ChannelCfgTsEsVideoH264RateControlCbrBitRate.1.1.1 \
i 15000000
#ATEME-KYRION2-MIB::kyrion2ChannelCfgTsEsVideoH264ToolsBitDepth.1.1.1 =
# INTEGER: n8(1)