transcoders
Fetch a property for a transcoder
This operation shows the details of a specific property for a specific transcoder.
get/transcoders/{transcoder_id}/properties/{id}
Path parameters
transcoder_idstring required
The unique alphanumeric string that identifies the transcoder.
idstring required
The unique string that identifies the transcoder property. The string contains the section and the key, connected by a dash. For example, cupertino-aes128Secret.
Response
Success
Example response
{
"property": [
{
"key": "rtpIgnoreProfileLevelId",
"section": "rtsp",
"value": true
}
]
}