Stream RTMP

Create a RTMP output stream to send to YouTube, Mux, Wowza and more.

Overview

Once deployed, this node publishes the input (encoded) video stream to the specified RTMP server. To view the public stream, refer to your live streaming platform or RTMP server docs.

The Stream's properties are also available using the Stream API.

Inputs & Outputs

  • Inputs : 1, Media Format : Encoded Video
  • Outputs : None
  • Output Metadata : None

Pipeline usage

This is a terminal output node and requires encoded video. Put Encode immediately upstream, normally using H.264 unless the RTMP destination documents another supported codec. Supply the complete provider ingest URL, including its stream key, and treat it as a secret. Use rtmps:// when supported. Analytics and overlays must be completed before Encode because this node has no output branch.

Properties

PropertyDescriptionTypeDefaultRequired
rtmp_urlRTMP or RTMPS server URL to which this stream will be broadcasted. Obtain this from YouTube, Mux, Wowza or other streaming providers.stringnullNo

Output Metadata

Node does not insert any output metadata; upstream metadata continues through the pipeline


Did this page help you?