diff --git a/README.md b/README.md index 062b43be..474c551b 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ _rtsp-simple-server_ has been rebranded as _MediaMTX_. The reason is pretty obvi * [Standalone binary](#standalone-binary) * [Docker image](#docker-image) * [Arch Linux package](#arch-linux-package) + * [FreeBSD](#freebsd) * [OpenWrt binary](#openwrt-binary) * [Basic usage](#basic-usage) * [Publish to the server](#publish-to-the-server) @@ -164,7 +165,7 @@ _rtsp-simple-server_ has been rebranded as _MediaMTX_. The reason is pretty obvi ## Installation -There are several installation methods available: standalone binary, Docker image, Arch Linux package and OpenWrt binary. +There are several installation methods available: standalone binary, Docker image, Arch Linux package, FreeBSD Ports Collection or package and OpenWrt binary. ### Standalone binary @@ -220,6 +221,15 @@ cd mediamtx makepkg -si ``` +### FreeBSD + +Available via ports tree or using packages (2025Q2 and later) as listed below: + +``` +cd /usr/ports/multimedia/mediamtx && make install clean +pkg install mediamtx +``` + ### OpenWrt binary If the architecture of the OpenWrt device is amd64, armv6, armv7 or arm64, use the [standalone binary method](#standalone-binary) and download a Linux binary that corresponds to your architecture.