transcoders
Fetch a transcoder's properties
This operation shows all of the properties of a specific transcoder.
get/transcoders/{transcoder_id}/properties
Path parameters
transcoder_idstring required
The unique alphanumeric string that identifies the transcoder.
Response
Success
Example response
{
"properties": [
{
"key": "fitMode",
"section": "output",
"value": "letterbox"
},
{
"key": "rtpIgnoreProfileLevelId",
"section": "rtsp",
"value": true
}
]
}