curl --location --request GET 'https://192.168.88.11:9781/bvcsp/v1/pu/encoderchannel//' \
--header 'Authorization;'
{
"code": 0,
"msg": "string",
"data": [
{
"type": 0,
"videoCodecAll": [
"string"
],
"ImageSizeAll": [
{
"width": "string",
"height": "string"
}
],
"rateControlAll": [
"string"
],
"videoCodecIndex": 0,
"imageSizeIndex": 0,
"rateControl": "string",
"framesPerSec": 0,
"keyFrameInterval": 0,
"imageQuality": 0,
"rateLimit": 0,
"rateLimitCustom": 0,
"overlay": {
"time": true,
"text": true,
"gps": true,
"alarm": true,
"name": true
},
"audioCodecAll": [
{
"audioCodec": "string",
"channelCountAll": [
0
],
"bitRateAll": [
0
],
"bitPerSample": [
0
],
"samplesPerSec": [
0
],
"channelCountIndex": 0,
"bitRateIndex": "string",
"bitPerSampleIndex": "string",
"samplesPerSecIndex": "string"
}
],
"audioCodecIndex": 0
}
]
}