RTMP clients

RTMP is a protocol that allows to read and publish streams. It supports encryption, see RTMP-specific features. Streams can be published to the server by using the URL:

rtmp://localhost/mystream

The resulting stream will be available on path /mystream.

Some clients that can publish with RTMP are FFmpeg, GStreamer, OBS Studio.