Skip to content

Commit 3bb1ed3

Browse files
committed
openwrt package
1 parent 1cda22b commit 3bb1ed3

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,14 @@ If you're going to live-stream from your backyard webcam and need to control it,
3535
# Installation
3636

3737
## Building
38-
You need to download the µStreamer onto your system and build it from the sources.
38+
You need to download the µStreamer onto your system and build it from the sources, or use a package:
3939

40-
* AUR has a package for Arch Linux: https://aur.archlinux.org/packages/ustreamer.
41-
* Fedora: https://src.fedoraproject.org/rpms/ustreamer.
42-
* Ubuntu: https://packages.ubuntu.com/jammy/ustreamer.
40+
* Arch Linux: https://aur.archlinux.org/packages/ustreamer
41+
* Fedora: https://src.fedoraproject.org/rpms/ustreamer
42+
* Ubuntu: https://packages.ubuntu.com/jammy/ustreamer
4343
* Debian: https://packages.debian.org/sid/ustreamer
44-
* FreeBSD port: https://www.freshports.org/multimedia/ustreamer.
44+
* OpenWRT: https://github.com/openwrt/packages/tree/master/multimedia/ustreamer
45+
* FreeBSD port: https://www.freshports.org/multimedia/ustreamer
4546

4647
### Preconditions
4748
You'll need ```make```, ```gcc```, ```pkg-config```, ```libevent``` with ```pthreads``` support, ```libjpeg9```/```libjpeg-turbo``` and ```libbsd``` (only for Linux).

pkg/openwrt/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# This is free software, licensed under the GNU General Public License v2.
33
# See /LICENSE for more information.
44
#
5+
# This package is just an example. For OpenWRT it is recommended to use upstream package:
6+
# - https://github.com/openwrt/packages/tree/master/multimedia/ustreamer
7+
#
58

69
include $(TOPDIR)/rules.mk
710

0 commit comments

Comments
 (0)