Files
rtsp-simple-server/docs/3-read/04-rtsp.md
T
2026-04-04 17:01:15 +02:00

437 B

RTSP clients

RTSP is a protocol that allows to publish and read streams. It supports several underlying transport protocols and encryption (read RTSP-specific features). In order to read a stream with the RTSP protocol, use this URL:

rtsp://localhost:8554/mystream

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