mirror of
https://github.com/aler9/rtsp-simple-server
synced 2026-04-22 23:17:11 +08:00
378 B
378 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.