mirror of
https://github.com/aler9/rtsp-simple-server
synced 2026-04-22 15:07:19 +08:00
456 B
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.