Download Latest Version mediamtx_v1.20.0_windows_amd64.zip (27.2 MB)
Email in envelope

Get an email when there's a new version of RtspSimpleServer

Home / v1.19.0
Name Modified Size InfoDownloads / Week
Parent folder
mediamtx_v1.19.0_windows_amd64.zip 2026-06-02 26.9 MB
mediamtx_v1.19.0_linux_armv7.tar.gz 2026-06-02 28.6 MB
mediamtx_v1.19.0_linux_armv6.tar.gz 2026-06-02 28.6 MB
mediamtx_v1.19.0_linux_arm64.tar.gz 2026-06-02 28.5 MB
mediamtx_v1.19.0_linux_amd64.tar.gz 2026-06-02 26.6 MB
mediamtx_v1.19.0_darwin_arm64.tar.gz 2026-06-02 26.1 MB
mediamtx_v1.19.0_darwin_amd64.tar.gz 2026-06-02 27.8 MB
checksums.sha256 2026-06-02 715 Bytes
README.md 2026-06-02 5.4 kB
v1.19.0 source code.tar.gz 2026-06-02 604.6 kB
v1.19.0 source code.zip 2026-06-02 862.0 kB
Totals: 11 Items   194.5 MB 0

New major features

Media-over-QUIC

  • support reading and publishing with Media-over-QUIC (https://github.com/bluenviron/mediamtx/issues/5815) Media-over-QUIC is a streaming protocol built upon cutting edge protocols (QUIC, HTTP3) and browser APIs (WebTransport, WebCodecs). It's slightly faster than WebRTC, has an advanced data recovery mechanism, it supports additional codecs (FLAC) and is less complicated to route. Check the documentation for instructions and details.

RTMP

HLS

Fixes and improvements

General

RTSP

RTMP

HLS

WebRTC

RPI Camera

Dependencies

Security

Binaries are compiled from source code by the Release workflow, which is a fully-visible process that prevents any change or external interference in produced artifacts.

Checksums of binaries are also published in a public blockchain by using GitHub Attestations, and they can be verified by running:

ls mediamtx_* | xargs -L1 gh attestation verify --repo bluenviron/mediamtx

You can verify checksums of binaries by downloading checksums.sha256 and running:

cat checksums.sha256 | grep "$(ls mediamtx_*)" | sha256sum --check
Source: README.md, updated 2026-06-02