12 days later
8 days later
4 years later

Simple Build NGINX Rtmp Module for aaPanel

Simple Build NGINX Rtmp Module for aaPanel from https://github.com/arut/nginx-rtmp-module
Before you install Nginx server, choice install from source and click add module button and you must enter information of module below.

Ubuntu 22.04 (WSL):

Name: RTMP
Description: Nginx RTMP Module
Parameters: --add-module=/www/server/nginx/src/nginx-rtmp-module
Add after parameters (optional): --with-http_ssl_module --with-http_stub_status_module --with-debug
Prefix script:

sudo mkdir -p /www/server/nginx/src
cd /www/server/nginx/src
sudo git clone https://github.com/arut/nginx-rtmp-module.git
sudo ./configure