Package Details: nginx-mod-rtmp 1.2.2-6

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.003623
First Submitted: 2018-03-31 20:33 (UTC)
Last Updated: 2024-04-25 21:49 (UTC)

Latest Comments

1 2 Next › Last »

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)

chowbok commented on 2021-09-07 05:28 (UTC)

Hi, thanks for this. Could you possibly add "aarch64" to the supported architectures? I can confirm it builds on there.

XDjackieXD commented on 2021-02-21 11:23 (UTC)

@kulpae: libxcrypt is a dependency of nginx which is a dependency of this package. on the machines I tried right now, libxcrypt and nginx get installed as part of the dependency resolution before makepkg lets me compile this aur package...

kulpae commented on 2021-02-13 00:24 (UTC)

I couldn't install this mod on my server initially. Had to pacman -S libxcrypt first, to make it compile nginx successfully.

Martchus commented on 2021-02-03 14:25 (UTC)

Here's my version which simply hard codes the nginx version: https://github.com/Martchus/PKGBUILDs/blob/master/nginx-mod-rtmp/default/PKGBUILD

One really needs to rebuild the package when a new nginx version comes out so the package needs to be bumped in this case anyways. My version also make use of the official nginx-src package.