[Pkg-nginx-maintainers] Nginx missing RTMP support?

Kim Rhodes kimijimijames at gmail.com
Wed May 15 01:27:47 BST 2024


I just spent a couple hours pulling my hair out because I didn't expect
this to be the problem. This is actually my first time actually trying to
use nginx, so forgive me if I'm wrong. But after fully updating my Bitnami
instance (using Debian Bookworm) and installing nginx, and then also trying
nginx-extras just to be extra sure, it seems like y'all forgot to compile
it with support for the libnginx-mod-rtmp package that is also provided? My
nginx -V output is missing the module:
$ /usr/sbin/nginx -V
nginx version: nginx/1.22.1
built with OpenSSL 3.0.8 7 Feb 2023 (running with OpenSSL 3.0.11 19 Sep 2023
)
TLS SNI support enabled
configure arguments: --with-cc-opt='-g -O2
-ffile-prefix-map=/build/nginx-AoTv4W/nginx-1.22.1=.
-fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wdate-time
-D_FORTIFY_SOURCE=2' --with-ld-opt='-Wl,-z,relro -Wl,-z,now -fPIC'
--prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf
--http-log-path=/var/log/nginx/access.log --error-log-path=stderr
--lock-path=/var/lock/nginx.lock --pid-path=/run/nginx.pid
--modules-path=/usr/lib/nginx/modules
--http-client-body-temp-path=/var/lib/nginx/body
--http-fastcgi-temp-path=/var/lib/nginx/fastcgi
--http-proxy-temp-path=/var/lib/nginx/proxy
--http-scgi-temp-path=/var/lib/nginx/scgi
--http-uwsgi-temp-path=/var/lib/nginx/uwsgi --with-compat --with-debug
--with-pcre-jit --with-http_ssl_module --with-http_stub_status_module
--with-http_realip_module --with-http_auth_request_module
--with-http_v2_module --with-http_dav_module --with-http_slice_module
--with-threads --with-http_addition_module --with-http_flv_module
--with-http_gunzip_module --with-http_gzip_static_module
--with-http_mp4_module --with-http_random_index_module
--with-http_secure_link_module --with-http_sub_module --with-mail_ssl_module
--with-stream_ssl_module --with-stream_ssl_preread_module
--with-stream_realip_module --with-http_geoip_module=dynamic
--with-http_image_filter_module=dynamic --with-http_perl_module=dynamic
--with-http_xslt_module=dynamic --with-mail=dynamic --with-stream=dynamic
--with-stream_geoip_module=dynamic
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-nginx-maintainers/attachments/20240514/f0db2237/attachment.htm>


More information about the Pkg-nginx-maintainers mailing list