Add FreeBSD instructions (#4218)

Committed to ports tree as of https://github.com/freebsd/freebsd-ports/commit/981b361efddf111d3ed5def597ce365672ac4a9e
This commit is contained in:
Daniel Engberg
2025-08-03 17:50:57 +02:00
committed by GitHub
parent 6ffa07e8e8
commit 4390b87524
+11 -1
View File
@@ -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.