transcoders
Fetch all output stream targets of an output of a transcoder
This operation shows the details of all of the output stream targets of an output of a transcoder.
get/transcoders/{transcoder_id}/outputs/{output_id}/output_stream_targets
Path parameters
transcoder_idstring required
The unique alphanumeric string that identifies the transcoder.
output_idstring required
The unique alphanumeric string that identifies the output rendition.
Response
Success
Example response
{
"output_stream_targets": [
{
"id": "4Gp5rF23",
"stream_target_id": "QvvJYJjk",
"use_stream_target_backup_url": false,
"stream_target": {
"id": "QvvJYJjk",
"name": "My provisioned RTMP Stream Target",
"type": "wowza",
"created_at": "2020-01-29T17:16:21.965Z",
"updated_at": "2020-01-31T05:45:33.965Z"
}
},
{
"id": "345Gd9Hs",
"stream_target_id": "R32u8HDk",
"use_stream_target_backup_url": false,
"stream_target": {
"id": "R32u8HDk",
"name": "My other provisioned RTMP Stream Target",
"type": "wowza",
"created_at": "2020-01-29T17:16:21.965Z",
"updated_at": "2020-01-31T12:19:50.965Z"
}
}
]
}