stream_targets
Configure a property for a stream target
This operation configures a property for a stream target. The properties available will depend on the provider you are using and are noted in the key descriptions below. For example, if you are using the provider Wowza CDN on Fastly, look for that in the descriptions.
For a comprehensive resource describing the use of advanced properties, see Set advanced properties with the Wowza Video REST API.
post/stream_targets/{stream_target_id}/properties
Path parameters
stream_target_idstring required
The unique alphanumeric string that identifies the stream target.
Request body
Example request
{
"property": {
"key": "chunkSize",
"section": "hls",
"value": 6
}
}Response
Success
Example response
{
"property": {
"key": "chunkSize",
"section": "hls",
"value": 6
}
}