Fetch a transcoder's properties
GET {{baseUrl}}/transcoders/:transcoder_id/properties
This operation shows all of the properties of a specific transcoder.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"properties":[{"key":"fitMode","section":"output","value":"letterbox"},{"key":"rtpIgnoreProfileLevelId","section":"rtsp","value":true}]}