Package Details: nginx-mod-rtmp 1.2.2-9

Git Clone URL: https://aur.archlinux.org/nginx-mod-rtmp.git (read-only, click to copy)
Package Base: nginx-mod-rtmp
Description: Module for nginx that adds RTMP support
Upstream URL: https://github.com/arut/nginx-rtmp-module
Licenses: BSD
Submitter: XDjackieXD
Maintainer: XDjackieXD (Martchus)
Last Packager: Martchus
Votes: 3
Popularity: 0.000003
First Submitted: 2018-03-31 20:33 (UTC)
Last Updated: 2025-02-06 14:30 (UTC)

Latest Comments

1 2 3 Next › Last »

rlees85 commented on 2025-03-25 14:40 (UTC) (edited on 2025-03-25 14:41 (UTC) by rlees85)

Hello,

I built this on aarch64 just by adding it to the arch= line of the PKGBUILD.

I don't know how you feel about adding an architecture you probably can't test and "hoping it will be OK" as long as x86_64 works, but it would be better than what we have currently and would be helpful for me ;)

Thanks for maintaining this package

edit: just to add it works fine also (not just builds fine)

Martchus commented on 2025-03-09 10:51 (UTC)

I have updated the packages when nginx was updated to 1.26.3-1. Maybe you missed that updated?

josep commented on 2025-03-09 02:37 (UTC)

I think this package needs to be updated with latest nginx stable version:

nginx -t

2025/03/09 03:35:37 [emerg] 1341159#1341159: module "/usr/lib/nginx/modules/ngx_rtmp_module.so" version 1026002 instead of 1026003 in /etc/nginx/nginx.conf:3 nginx: configuration file /etc/nginx/nginx.conf test failed

XDjackieXD commented on 2023-07-04 09:40 (UTC)

@Managor how does your config look like? did you load the module before the rtmp {} block? (load_module /usr/lib/nginx/modules/ngx_rtmp_module.so;)

Martchus commented on 2023-06-30 14:01 (UTC)

I have never used this module myself. I only maintain this package because it was part of a custom nginx package I had maintained before and at some point split into those plug-in packages. You have maybe more luck asking upstream.

Managor commented on 2023-06-30 12:57 (UTC)

I'm unable to to get this to work. Whenever I do systemctl start nginx, it returns unknown directive "rtmp" in /etc/nginx/nginx.conf:1

Martchus commented on 2022-06-14 08:08 (UTC)

Sorry, I've forgotten to update the AUR package (after only updating on my GitHub repo and binary repo).

I'd like to express the dependency explicitly because it is important not to end up with a broken setup. The only way I know how to do this is by hard-coding the version number.

I'd also like to depend on nginx-src like official nginx-mod-* packages. I suppose that won't work with mainline anyways.

SunRed commented on 2022-06-13 22:20 (UTC)

Would it be possible to simply remove the nginx version requirement from the dependencies and at most bump the pkgrel to trigger a rebuild? This would make it possible for one to use this package with the mainline version instead of having a separate -rtmp package for that (that doesn't exist btw). This is also how every other nginx plugin on the AUR handles it and puts the responsibility in the hands of the system admin to ensure compatibility.

Martchus commented on 2021-09-18 23:02 (UTC)