{
"id": "GSF_ID_CODEC_VENC",
"op": "G0C0S0"
}curl --location --request POST 'http://192.168.0.168/api/channel/config' \
--header 'Cookie: access_token=;access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "GSF_ID_CODEC_VENC",
"op": "G0C0S0"
}'{
"code": 0,
"data": {
"enable": 1,
"type": 0,
"width": 1280,
"height": 720,
"fps": 20,
"gop": 20,
"bitrate": 4000,
"profile": 0,
"rcmode": 0,
"qfactor": 0,
"qp": 4
}
}