Files
rtsp-simple-server/docs/2-publish/08-rtmp-clients.md
T
2026-04-04 17:01:15 +02:00

456 B

RTMP clients

RTMP is a protocol that allows to read and publish streams. It supports encryption, read 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.