Files
rtsp-simple-server/docs/4-read/04-rtmp.md
T
2026-04-04 22:37:19 +02:00

381 B

RTMP clients

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

rtmp://localhost/mystream

Some clients that can read with RTMP are FFmpeg, GStreamer and VLC.