Skip to content

Commit

Permalink
add Arch Linux package (#1957) (#1969)
Browse files Browse the repository at this point in the history
* add Arch Linux package

* Update README.md

Co-authored-by: database64128 <[email protected]>

---------

Co-authored-by: database64128 <[email protected]>
  • Loading branch information
aler9 and database64128 authored Jun 21, 2023
1 parent f79c478 commit 4d55824
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ _rtsp-simple-server_ has been rebranded as _MediaMTX_. The reason is pretty obvi
* [Installation](#installation)
* [Standalone binary](#standalone-binary)
* [Docker image](#docker-image)
* [Arch Linux package](#arch-linux-package)
* [OpenWRT package](#openwrt-package)
* [Basic usage](#basic-usage)
* [General](#general)
Expand Down Expand Up @@ -113,7 +114,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 and OpenWRT package.
There are several installation methods available: standalone binary, Docker image, Arch Linux package and OpenWRT package.

### Standalone binary

Expand Down Expand Up @@ -154,6 +155,16 @@ docker run --rm -it \
bluenviron/mediamtx
```

### Arch Linux package

If you are running the Arch Linux distribution, run:

```
git clone https://aur.archlinux.org/mediamtx.git
cd mediamtx
makepkg -si
```

### OpenWRT package

1. In a x86 Linux system, download the OpenWRT SDK corresponding to the wanted OpenWRT version and target from the [OpenWRT website](https://downloads.openwrt.org/releases/) and extract it.
Expand All @@ -180,7 +191,9 @@ bluenviron/mediamtx
make package/mediamtx/compile -j$(nproc)
```

5. Transfer the .ipk file from `bin/packages/*/base` to the OpenWRT system and install it with:
5. Transfer the .ipk file from `bin/packages/*/base` to the OpenWRT system

6. Install it with:

```
opkg install [ipk-file-name].ipk
Expand Down

0 comments on commit 4d55824

Please sign in to comment.