Skip to content

Ingesting RTMP streams

Flussonic supports ingesting RTMP streams. Read more about RTMP at Using RTMP protocol.

The general RTMP ingest URL is:

rtmp://FLUSSONIC-IP/application/stream_name

The RTMP protocol requires that an RTMP URL has at least two segments. The first segment (application) is by default used as the name of the RTMP application. Read more about the features of URL when using the RTMP protocol here.

If the name of the RTMP application on the server consists of more than one segments, add two slashes to the URL in order to explicitly divide the RTMP application and stream name.