Stream to a custom SRT destination
Last updated July 24, 2026
ApexStream can send your live stream to any endpoint that accepts SRT (Secure Reliable Transport). This is useful for professional receivers, broadcast servers, or other platforms that give you an SRT ingest URL.
Add a custom SRT destination
- From your dashboard, go to Integrations.
- Click Custom SRT.
- Enter a Friendly Name so you can recognize the destination later.
- Paste the full SRT address into RTMP Server URL (it usually looks like
srt://your-server.com:9710?streamid=your_stream). - Enter the Stream Key if your provider requires one.
- Click Add Connection.
Use the SRT destination in a stream
- Open Web Studio.
- Open the Channels panel.
- Switch the custom SRT destination on.
- When you click Go Live, ApexStream sends the stream to that SRT endpoint.
Good to know: A custom SRT destination is not plan-gated on its own β it counts toward your plan's limit on how many destinations can be live at once. Unlike RTMP, SRT URLs often include connection details (such as streamid) in the URL itself, so make sure you copy the full address from your target platform.