Create a simulcast

Creates a simulcast for a parent live stream. Simulcasting allows you to broadcast a live stream to multiple social platforms simultaneously (for example, YouTube, Facebook, or Twitch). This helps expand your audience reach across platforms. A simulcast can only be created when the parent live stream is in the idle state (not currently live or disabled). Only one simulcast target can be created per API call.

How it works

  1. Change to: When you call this endpoint, provide the parent streamId along with the simulcast target details (such as platform and credentials). The API returns a unique simulcastId, which you can use to manage the simulcast later.

  2. To notify your application about the status of simulcast related events check for the webhooks for simulcast target events.

Example

An event manager sets up a live stream for a virtual conference and wants to simulcast the stream on YouTube and Facebook Live. They first create the primary live stream in FastPix, ensuring it's in the idle state. Then, they use the API to create a simulcast target for YouTube.

Related guide: Simulcast to 3rd party platforms

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

After creating a new live stream, FastPix assigns a unique identifier to the stream.

Body Params
string
required
Defaults to rtmp://example.com/

The RTMPS hostname, combined with the application name, is crucial for connecting to third-party live streaming services and transmitting the live stream.

string
required
Defaults to d851d91d5b768b36k61a264dcc447b

A unique stream key is generated for streaming, allowing the user to start streaming on any third-party platform using this key.

metadata
object

You can search for videos with specific key-value pairs using metadata, when you tag a video in "key":"value" pairs.

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json