curl --location --request GET 'https://api2.hik-cloud.com/api/v1/open/streaming/channels/capabilities' \
--header 'Authorization: Bearer '{
"code": 200,
"message": "操作成功",
"data": {
"id": "101",
"channelName": {
"min": "0",
"max": "32"
},
"enabled": {
"opt": "true",
"def": null
},
"video": {
"enabled": {
"opt": "true"
},
"videoInputChannelID": {
"opt": "1"
},
"videoCodecType": {
"opt": "H.264"
},
"videoResolutionWidth": {
"opt": "1920,1280"
},
"videoResolutionHeight": {
"opt": "1080,720"
},
"videoQualityControlType": {
"opt": "CBR,VBR"
},
"constantBitRate": {
"min": "1024",
"max": "4096"
},
"fixedQuality": {
"opt": "45"
},
"vbrUpperCap": {
"min": "1024",
"max": "4096"
},
"vbrLowerCap": {
"opt": "32"
},
"maxFrameRate": {
"opt": "2500"
},
"keyFrameInterval": {
"min": "1000",
"max": "2000"
},
"smartCodec": {
"enabled": true
}
},
"audio": {
"enabled": {
"opt": "true,false",
"def": null
},
"audioInputChannelID": {
"opt": "1"
},
"audioCompressionType": {
"opt": "G.711ulaw"
}
}
}
}