@owlnull: Thanks for the tip! I don't think that package existed when I first wrote this one.
Search Criteria
Package Details: nginx-mainline-mod-rtmp 1.2.2-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/nginx-mainline-mod-rtmp.git (read-only, click to copy) |
---|---|
Package Base: | nginx-mainline-mod-rtmp |
Description: | Module for mainline nginx that adds RTMP support |
Upstream URL: | https://github.com/arut/nginx-rtmp-module |
Licenses: | BSD |
Submitter: | mal |
Maintainer: | mal |
Last Packager: | mal |
Votes: | 8 |
Popularity: | 0.000000 |
First Submitted: | 2017-06-16 02:16 (UTC) |
Last Updated: | 2022-10-01 13:57 (UTC) |
Dependencies (2)
Required by (0)
Sources (1)
mal commented on 2022-10-01 13:57 (UTC)
mal commented on 2022-10-01 13:36 (UTC)
It's still working for me, both manually and in pikaur - broken pipe
makes me think there's a different issue?
$ wget -q http://nginx.org/download/nginx-1.21.6.tar.gz
$ wget -q http://nginx.org/download/nginx-1.21.6.tar.gz.asc
$ gpg --verify nginx-1.21.6.tar.gz.asc
gpg: assuming signed data in 'nginx-1.21.6.tar.gz'
gpg: Signature made Tue Jan 25 10:10:49 2022 EST
gpg: using RSA key 0x520A9993A1C052F8
gpg: Good signature from "Maxim Dounin <mdounin@mdounin.ru>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: B0F4 2533 73F8 F6F5 10D4 2178 520A 9993 A1C0 52F8
raum_dellamorte commented on 2022-09-29 06:10 (UTC)
aarch64 guy again, and thanks for adding that in, but now it's complaining about the pgp signature. I tried the gpg2 key import in your comment from 2022-01-07 but it didn't work. Might have worked 8 months ago. I'm not sure what's happening here because it looks like it's complaining about nginx itself and I'm not sure about the Broken pipe
bit. Maybe all I need is an updated pgp key but I don't know how to get it.
==> Validating source files with sha256sums...
nginx-1.21.6.tar.gz ... Skipped
nginx-1.21.6.tar.gz.asc ... Skipped
nginx-rtmp-module-1.2.2.tar.gz ... Passed
==> Verifying source file signatures with gpg...
nginx-1.21.6.tar.gz ... cat: write error: Broken pipe
FAILED
==> ERROR: One or more PGP signatures could not be verified!
mia_sireneva commented on 2022-07-18 14:44 (UTC) (edited on 2022-07-18 14:44 (UTC) by mia_sireneva)
Hi! Why are you using bundled nginx sources instead of nginx-mainline-src package? I'm using custom nginx version from aur with http/3 protocol support and this package just doesn't compile with it because of unknown build flags that installed nginx-mainline-src version can understand, but not the one bundled with the package:
==> Starting build()...
./configure: error: invalid option "--with-http_v3_module"
==> ERROR: A failure occurred in build().
Aborting...
Tomatoes commented on 2022-01-09 23:34 (UTC)
sry bout that. first of the year key changes
mal commented on 2022-01-07 18:01 (UTC)
Still working for me. Is the fingerprint incorrect, or have you just not imported the key?
gpg2 --keyserver pgp.mit.edu --recv-keys B0F4253373F8F6F510D42178520A9993A1C052F8
mal commented on 2021-11-24 23:13 (UTC)
Thanks for the info, added!
raum_dellamorte commented on 2021-11-20 06:07 (UTC)
I'm running Manjaro 64-bit on a Raspberry Pi 4 and the only change necessary for this package to build is to change arch=('i686' 'x86_64')
to arch=('aarch64' 'i686' 'x86_64')
and I would appreciate it if you would make that change. I'm new to the AUR, not counting usage, so I apologize if there's a more official way to go about such a request. That change would make things easier when there's a new version. Thanks!
mal commented on 2020-10-31 19:21 (UTC)
Please note that module "ngx_rtmp_module.so" version 1019002 instead of 1019003
messages mean that you need to rebuild the module for the newer version of nginx, not that this package is out of date. PRs to install source and rebuild in pacman hook welcome.
Pinned Comments
mal commented on 2020-10-31 19:21 (UTC)
Please note that
module "ngx_rtmp_module.so" version 1019002 instead of 1019003
messages mean that you need to rebuild the module for the newer version of nginx, not that this package is out of date. PRs to install source and rebuild in pacman hook welcome.