From 3bb1ed3ef39b8c88c247af080b9de365ed8099c6 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Mon, 9 Feb 2026 17:09:09 +0200 Subject: [PATCH] openwrt package --- README.md | 11 ++++++----- pkg/openwrt/Makefile | 3 +++ 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 883dfcc..ef9d5d0 100644 --- a/README.md +++ b/README.md @@ -35,13 +35,14 @@ If you're going to live-stream from your backyard webcam and need to control it, # Installation ## Building -You need to download the µStreamer onto your system and build it from the sources. +You need to download the µStreamer onto your system and build it from the sources, or use a package: -* AUR has a package for Arch Linux: https://aur.archlinux.org/packages/ustreamer. -* Fedora: https://src.fedoraproject.org/rpms/ustreamer. -* Ubuntu: https://packages.ubuntu.com/jammy/ustreamer. +* Arch Linux: https://aur.archlinux.org/packages/ustreamer +* Fedora: https://src.fedoraproject.org/rpms/ustreamer +* Ubuntu: https://packages.ubuntu.com/jammy/ustreamer * Debian: https://packages.debian.org/sid/ustreamer -* FreeBSD port: https://www.freshports.org/multimedia/ustreamer. +* OpenWRT: https://github.com/openwrt/packages/tree/master/multimedia/ustreamer +* FreeBSD port: https://www.freshports.org/multimedia/ustreamer ### Preconditions You'll need ```make```, ```gcc```, ```pkg-config```, ```libevent``` with ```pthreads``` support, ```libjpeg9```/```libjpeg-turbo``` and ```libbsd``` (only for Linux). diff --git a/pkg/openwrt/Makefile b/pkg/openwrt/Makefile index 5da1757..f2294fd 100644 --- a/pkg/openwrt/Makefile +++ b/pkg/openwrt/Makefile @@ -2,6 +2,9 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # +# This package is just an example. For OpenWRT it is recommended to use upstream package: +# - https://github.com/openwrt/packages/tree/master/multimedia/ustreamer +# include $(TOPDIR)/rules.mk