Skip to content

Commit

Permalink
add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 committed Aug 14, 2024
1 parent 7d6c973 commit 46683ff
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,17 @@ This is embedded into all MediaMTX releases and shouldn't normally be downloaded
```

4. The resulting executables will be available in `mtxrpicam_32` and `mtxrpicam_64`

## Installation

1. Download MediaMTX source code

2. Run `go generate ./...`

3. Copy `mtxrpicam` inside `mediamtx/internal/staticsources/rpicamera/mtxrpicam_64` (if the Raspberry Pi OS is 64-bit) or inside `mediamtx/internal/staticsources/rpicamera/mtxrpicam_32` (if the Raspberry Pi OS is 32-bit)

4. Compile MediaMTX

```sh
go build .
```

0 comments on commit 46683ff

Please sign in to comment.