[
{
"type": 0,
"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": [
{
"channelCountIndex": 0,
"bitRateIndex": "string",
"bitPerSampleIndex": "string",
"samplesPerSecIndex": "string"
}
],
"audioCodecIndex": 0
}
]
curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/pu/encoderchannel//' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"type": 0,
"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": [
{
"channelCountIndex": 0,
"bitRateIndex": "string",
"bitPerSampleIndex": "string",
"samplesPerSecIndex": "string"
}
],
"audioCodecIndex": 0
}
]'
{
"code": 0,
"msg": "string"
}