mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-25 04:22:00 -08:00
update OpenWRT makefile
This commit is contained in:
parent
c3f7639e98
commit
a238c07424
2 changed files with 2 additions and 2 deletions
|
|
@ -157,7 +157,7 @@ Please keep in mind that the Docker image doesn't include _FFmpeg_. if you need
|
|||
5. Transfer the .ipk file from `bin/packages/*/base` to the OpenWRT system and install it with:
|
||||
|
||||
```
|
||||
opkg install [ipkg-file-name].ipk
|
||||
opkg install [ipk-file-name].ipk
|
||||
```
|
||||
|
||||
## Basic usage
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ define Package/rtsp-simple-server
|
|||
endef
|
||||
|
||||
define Package/rtsp-simple-server/description
|
||||
ready-to-use and zero-dependency server and proxy that allows users to publish, read and proxy live video and audio streams through various protocols
|
||||
ready-to-use server and proxy that allows users to publish, read and proxy live video and audio streams through various protocols
|
||||
endef
|
||||
|
||||
$(eval $(call GoBinPackage,rtsp-simple-server))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue