

File path or URL: rtsp://localhost:8554/mystream.If you want to generate a stream that can be read with WebRTC, open Settings -> Output -> Recording and use the following parameters: Save the configuration and click Start streaming. Stream key: mystream?user=myuser&pass=mypass.If credentials are in use, use the following parameters:

In Settings -> Stream (or in the Auto-configuration Wizard), use the following parameters: The recommended one consists in publishing as a RTMP client. OBS Studio can publish to the server in multiple ways (SRT client, RTMP client, WebRTC client). The resulting stream will be available in path /mystream. Gst-launch-1.0 filesrc location=file.mp4 ! qtdemux name=d \ĭ.video_0 ! rtspclientsink protocols=tcp name=s location=rtsp://localhost:8554/mystream Standalone binaryĭownload and extract a standalone binary from the release page. There are several installation methods available: standalone binary, Docker image, Arch Linux package and OpenWRT package. Nothing will change regarding license, features and backward compatibility. The reason is pretty obvious: this project started as a RTSP server but has evolved into a much more versatile product that is not tied to the RTSP protocol anymore. Rtsp-simple-server has been rebranded as MediaMTX. Compatible with Linux, Windows and macOS, does not require any dependency or interpreter, it's a single executable.Run external commands when clients connect, disconnect, read or publish streams.Reload the configuration without disconnecting existing clients (hot reloading).Query and control the server through the API.Redirect readers to other RTSP servers (load balancing).Authenticate users use internal or external authentication.Serve multiple streams at once in separate paths.For instance, it's possible to publish a stream with RTSP and read it with HLS

