Configure a property for a transcoder

POST {{baseUrl}}/transcoders/:transcoder_id/properties

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.

Request Body

{"property"=>{"section"=>"rtsp", "key"=>"rtpIgnoreProfileLevelId", "value"=>"true"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

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