The new target takes effect immediately after the request completes. No restart or reinitialization is required.
Endpoint
Path parameters
The name of the stream to add a push target to.
Request body
A human-readable label for the push target, such as
"YouTube" or "Twitch". Used for identification only; it does not affect routing.The full RTMP destination URL to forward video to, including the stream key if required by the platform.
Example request
Response
Returns200 OK with an empty body on success.
Error responses
| Status | Error value | Cause |
|---|---|---|
404 | stream not found | No stream with the given name exists. |
400 | HTTP status text | The request body was missing or malformed. |