mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-27 21:42:01 -08:00
update readme
add instructions on how to compile with Raspberry Pi camera support
This commit is contained in:
parent
88fcb25759
commit
5319f9ed47
1 changed files with 13 additions and 3 deletions
16
README.md
16
README.md
|
|
@ -490,16 +490,26 @@ go tool pprof -text http://localhost:9999/debug/pprof/profile?seconds=30
|
|||
|
||||
Install Go 1.18, download the repository, open a terminal in it and run:
|
||||
|
||||
```
|
||||
```sh
|
||||
go run .
|
||||
```
|
||||
|
||||
You can perform the entire operation inside Docker:
|
||||
Compilation for all supported platform can be launched by using:
|
||||
|
||||
```
|
||||
```sh
|
||||
make binaries
|
||||
```
|
||||
|
||||
In order to compile and run with support for the Raspberry Pi Camera:
|
||||
|
||||
```sh
|
||||
cd internal/rpicamera/exe
|
||||
make
|
||||
cd ../../../
|
||||
go build -tags rpicamera
|
||||
./rtsp-simple-server
|
||||
```
|
||||
|
||||
## Publish to the server
|
||||
|
||||
### From a webcam
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue