get
https://developer.dacast.com/v2/channel//simulcast-destinations
List RTMP simulcast destinations on an existing encoder live channel.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Step-by-step: Simulcast.
Return the simulcast destinations on an existing encoder live channel (the same channel id you used with Add Simulcast Destination).
This is not for VOD Rebroadcast channels or HLS ingest (channel_type hls).
A successful call returns 200. Once indexed, the body is { "data": [ ... ] }. Each item has id, rtmp_url, and stream_key.
Right after add or delete, the body can be null or still show a stale list. Retry until data matches what you expect.
If the channel does not exist, the API returns 404.
