RTSP clients
RTSP is a protocol that allows to publish and read streams. It supports several underlying transport protocols and encryption (see RTSP-specific features). In order to publish a stream to the server with the RTSP protocol, use this URL:
rtsp://localhost:8554/mystreamThe resulting stream will be available on path /mystream.
Some clients that can publish with RTSP are FFmpeg, GStreamer, OBS Studio, Python and OpenCV.