Syndication Targets
A Syndication target represents a destination's configuration. It defines where content should be sent, how to reach that destination, and how to authenticate.
Each target includes:
- Platform selection (e.g., YouTube, Custom, Facebook, PlutoTV, etc.).
- Protocol (e.g., RTMP, SRT, HLS-Pull, Zixi, etc.).
- Required fields like Stream URI and authentication (when applicable).
New in this workflow: targets now include a Job Template, which stores default settings for any jobs created from this target. This enables consistent, repeatable configuration across multiple jobs.
Targets are reusable and serve as the foundation for job creation.
Available Options
Platform | Description |
---|---|
AWS Elemental MediaConnect | Provide the following:
Zixi push. |
Authenticate using one of the following:
| |
Pluto TV | Provide the following:
|
TikTok | Provide a stream URL that authorizes syndicating to your TikTok account. |
Twitch | Provide a stream key to authorize syndicating to a specific Twitch channel. |
YouTube | Authenticate using one of the following:
|
Custom | Supports RTMP, RTMPS, HLS (Push/Pull), Zixi, SRT, or RIST.
|
Creating a Syndication Target
Before you can syndicate content to an external platform, you must first create a Syndication Target that defines the destination and protocol. Once created, you can also configure a "Job Template" for that target, making it easier to reuse consistent settings across multiple jobs.
Contact your account manager to activate Syndication.
General Steps (All Platforms)
- Navigate to Syndication.
- Click "Syndication Targets" on the left side nav.
- Click "+ New Target" to open the target creation form.
- Enter a Target Name to help you identify this destination later.
- Select a Platform (e.g., YouTube, Facebook, AWS MediaConnect, Custom).
- Depending on the platform, complete the required connection details (see below).
- (New) After saving the target, open the Job Template tab to configure default settings for jobs created from this target.
Platform-Specific Setup
YouTube
- Stream Key: Paste the stream key provided in YouTube Studio.
- Integrated Authentication:
- Enable the YouTube Integrated Authentication toggle.
- Select a Clipping profile with a YouTube integration.
- After saving, go to the "Job Template" tab to configure SCTE-35 passthrough, renditions (rays), AWS zone, and other settings.
- Stream Key: Paste the stream key from Facebook Live.
- Integrated Authentication:
- Enable the Facebook Integrated Authentication toggle.
- (Optional) Enable Facebook Auto Re-Schedule.
- Choose a Clipping profile with Facebook credentials.
- Select a Facebook Page to syndicate to.
- After saving, go to the "Job Template" tab to configure job-level defaults.
Twitch or TikTok
- Stream Key: Paste the platform-provided stream key.
- After saving, configure job settings in the "Job Template" tab.
AWS Elemental MediaConnect or Pluto TV
- Provide:
- Host (IP or hostname)
- Port
- Stream ID
- (Optional) Password for protected streams
- Ensure the destination supports Zixi push.
- Configure "Job Template" after saving.
Custom (RTMP, RTMPS, HLS, Zixi, SRT, RIST)
Supports multiple protocols with different configuration requirements:
- RTMP or RTMPS (Push):
{Base Stream URL}/{Stream Key}
- Check your destination platform’s documentation to confirm whether a stream key is required.
- HLS - Push:
{Base Stream URL}/
- Examples:
rtmp://platform.example.com/live/3u40-9rqs-502b-7zeq/
<http://platform.example.com/live/>
- Examples:
- HLS - Pull:
- Uplynk generates the pull URL once syndication begins.
- Configure the destination platform to pull from this generated URL.
- Zixi - Push:
- Provide Host, Port, and Stream ID.
- (Optional) Password for protected streams.
- SRT - Push:
srt://{Host}:{Port}
- RIST - Push:
rist://{Host}:{Port}
- Must use an even-numbered port. RIST uses the following odd-numbered port (Port+1) for error correction.
Once saved, go to the "Job Template" tab to define:
- Quality levels (Low, Medium, High).
- Ray selection.
- SCTE-35 passthrough.
- AWS zone selection.
- Metadata (key-value pairs).
Modify a Syndication Target
- Navigate to Syndication.
- Click on the target you want to modify.
- Adjust fields in the Details or Job Template tabs.
- Click Save to apply your changes.
Delete a Syndication Target
- Ensure No Active Jobs: Make sure no live channel or live event is syndicating to the target(s) you want to delete.
- Navigate to Syndication.
- Select the targets you want to delete.
- Click Delete # Target(s).
- When prompted, confirm by clicking Yes, Delete.
Updated 10 days ago