Debian Patches

Status for libnginx-mod-rtmp/1:1.2.2+dfsg-8

Patch Description Author Forwarded Bugs Origin Last update
0004-Fixed-compilation-with-clang.patch [PATCH 4/4] Fixed compilation with clang.
Thanks to Dmitry Tsidilin.
Roman Arutyunyan <arut@nginx.com> not-needed upstream, https://github.com/arut/nginx-rtmp-module/commit/6c7719d0ba32e00b563ec70bd43dad11960fa9c4 2024-12-24
0001-Fixed-unused-variable-warining.patch [PATCH 1/4] Fixed unused variable warining. Roman Arutyunyan <arutyunyan.roman@gmail.com> not-needed upstream, https://github.com/arut/nginx-rtmp-module/commit/c56fd73def3eb407155ecebc28af84ea83dc99e5 2024-04-03
0002-Added-propagation-of-the-wildcard-flag-to-c-listenin.patch [PATCH 2/4] Added propagation of the "wildcard" flag to c->listening.
The change repeats nginx commit cb149fa03367 and is needed for stream pass
module to be able to pass connections to rtmp.
Roman Arutyunyan <arutyunyan.roman@gmail.com> not-needed upstream, https://github.com/arut/nginx-rtmp-module/commit/6f9fa49a2fdc02916a27bd58887c4644e2acae44 2024-04-03
0003-SSL-shutdown-for-rtmps.patch [PATCH 3/4] SSL shutdown for rtmps.
While rtmp module does not support SSL, starting from nginx 1.25.5 an SSL
connection can be passed from nginx stream pass module. Such connections
should be shut down on connection closure.

An rtmps example:

rtmp {
server {
listen 1935; # rtmp
application foo {
live on;
}
}
}

stream {
server {
listen 1936 ssl; # rtmps
ssl_certificate example.com.crt;
ssl_certificate_key example.com.key;
pass 127.0.0.1:1935;
}
}
Roman Arutyunyan <arutyunyan.roman@gmail.com> not-needed upstream, https://github.com/arut/nginx-rtmp-module/commit/2fb11dffaedc5af66b1442b0315c54a4b9da585d 2024-04-03

All known versions for source package 'libnginx-mod-rtmp'

Links