Push targets are the RTMP URLs that Simple RTMP Restreamer forwards your stream to. When your encoder connects and starts sending video, the restreamer pushes the incoming stream to every target you have configured — simultaneously and in real time. You can add as many targets as you need, and they are not limited to well-known platforms: any endpoint that accepts an RTMP connection works.

Adding a target

1

Find the stream card

In the dashboard, locate the card for the stream you want to configure. If you have not created a stream yet, see Create and manage RTMP streams.
2

Open the Add Target dialog

Click Add Target on the stream card. A dialog appears with fields for the target name and URL.
3

Enter a target name

Type a label in the Target Name field — for example, YouTube Main or Twitch Backup. This name is only for your reference and does not affect how the stream is forwarded.
4

Enter the RTMP target URL

Paste the full RTMP URL for the destination in the RTMP Target URL field. Include your platform stream key at the end of the URL.Common platform formats:
PlatformRTMP URL
YouTube Livertmp://a.rtmp.youtube.com/live2/YOUR_STREAM_KEY
Twitchrtmp://live.twitch.tv/app/YOUR_STREAM_KEY
Facebook Livertmps://live-api-s.facebook.com:443/rtmp/YOUR_STREAM_KEY
5

Save the target

Click Add Target. The target appears in the stream card’s target list immediately.
Targets take effect immediately — no stream restart or encoder reconnection is needed. If your stream is already live when you add a target, Simple RTMP Restreamer begins forwarding to the new destination right away.
Use consistent naming conventions for your targets so they are easy to identify at a glance. Including the platform and purpose in the name — such as YouTube Main, Twitch Backup, or Facebook Event — makes it clear what each target does, especially when you have multiple destinations configured.

Removing a target

To remove a push target from a stream:
  1. Find the target in the stream card’s target list.
  2. Click the × button next to the target name.
  3. Confirm the action in the dialog that appears.
The target is removed immediately. Simple RTMP Restreamer stops forwarding to that destination. Your stream continues live to any remaining targets without interruption.