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
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.