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