stream_targets
Fetch a custom stream target
This operation shows the details of a specific custom stream target.
get/stream_targets/custom/{id}
Path parameters
idstring required
The unique alphanumeric string that identifies the custom stream target.
Response
Success
Example response
{
"stream_target_custom": {
"created_at": "2020-01-28T17:16:22.011Z",
"delivery_protocols": [
"rtmp"
],
"id": "RMS45lfvx",
"name": "My Custom Stream Target",
"playback_urls": {
"rtmp": [
{
"name": "default",
"url": "rtmp://cp123456.live.edgefcs.net/live/[EVENT]@654321"
}
]
},
"primary_url": "rtmp://p.ep123456.i.akamaientrypoint.net/EntryPoint",
"provider": "rtmp",
"stream_name": "c8467d50@123456",
"updated_at": "2020-01-30T19:14:11.011Z"
}
}