Files
rtsp-simple-server/docs/3-read/05-rtmp.md
T
2026-03-13 14:13:42 +01:00

377 B

RTMP clients

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