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
Example request
{
"property": {
"key": "rtpIgnoreProfileLevelId",
"section": "rtsp",
"value": "true"
}
}Response
Success
Example response
{
"property": [
{
"key": "rtpIgnoreProfileLevelId",
"section": "rtsp",
"value": true
}
]
}