Authorization: oauth ********************
curl --location --request GET 'https://api-v2.streamvi.io/method/transcoder/list?v&language&project_id' \
--header 'Authorization: oauth <token>'
{
"results": [
{
"id": 0,
"name": "string",
"createdAt": "string",
"fps": 0,
"vBitrate": 0,
"aBitrate": 0,
"width": 0,
"height": 0,
"rotation": 0,
"bFrames": 0,
"status": "active",
"videoCodec": "h264",
"channels": [
{
"group_id": 0,
"name": "string",
"type": "string",
"active": true,
"photo_default": "string",
"live": 0,
"status": "string",
"user_id": 0,
"transcoderId": 0
}
],
"delay": 0,
"preset": "string",
"state": {
"status": "active",
"bitrate": 0,
"delay": 0,
"start_at": "string",
"source_connected": true,
"transcoder_running": true,
"target_connected": true
}
}
]
}