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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"property":[{"key":"rtpIgnoreProfileLevelId","section":"rtsp","value":true}]}