v1

latestOpenAPI 3.0.2Terms of Use2026-08-061441681.6 MB
transcoders

Configure a property for a transcoder

This operation configures a single property or an array of properties for a transcoder.

For a comprehensive resource describing the use of advanced properties, see Set advanced properties with the Wowza Video REST API.

post/transcoders/{transcoder_id}/properties

Path parameters

transcoder_idstring required

The unique alphanumeric string that identifies the transcoder.

Request body

OR

Example request

{
  "property": {
    "key": "rtpIgnoreProfileLevelId",
    "section": "rtsp",
    "value": "true"
  }
}

Response

Success

OR

Example response

{
  "property": [
    {
      "key": "rtpIgnoreProfileLevelId",
      "section": "rtsp",
      "value": true
    }
  ]
}