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.1
Name Modified Size InfoDownloads / Week
Parent folder
mediamtx_v1.19.1_windows_amd64.zip 2026-06-10 27.0 MB
mediamtx_v1.19.1_linux_armv7.tar.gz 2026-06-10 28.7 MB
mediamtx_v1.19.1_linux_armv6.tar.gz 2026-06-10 28.7 MB
mediamtx_v1.19.1_linux_arm64.tar.gz 2026-06-10 28.6 MB
mediamtx_v1.19.1_linux_amd64.tar.gz 2026-06-10 26.7 MB
mediamtx_v1.19.1_darwin_arm64.tar.gz 2026-06-10 26.2 MB
checksums.sha256 2026-06-10 715 Bytes
mediamtx_v1.19.1_darwin_amd64.tar.gz 2026-06-10 27.9 MB
README.md 2026-06-10 3.7 kB
v1.19.1 source code.tar.gz 2026-06-10 610.4 kB
v1.19.1 source code.zip 2026-06-10 868.1 kB
Totals: 11 Items   195.1 MB 3

Fixes and improvements

General

Media-over-QUIC

RTSP

  • support PROXY protocol (https://github.com/bluenviron/mediamtx/issues/5754) Support PROXY protocol v1/v2 on RTMP, RTMPS, RTSP, and RTSPS TCP listeners so real client IPs are visible when running behind L4 proxies (nginx stream, HAProxy, AWS NLB).
  • restore support for H264 packetization-mode 0 (https://github.com/bluenviron/mediamtx/issues/5846) (https://github.com/bluenviron/mediamtx/issues/5857) H264 streams with packetization-mode=0 cannot be routed with UDP since packets are too big. Inbound streams with packetization-mode=0 are blocked by the server since v1.19.0 but this caused compatibility issues with some cameras. The server is now able to receive such streams with TCP, and automatically remuxes them in streams with packetization-mode=1, which can be routed freely.

RTMP

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-10