NGINX-based Media Streaming Server
https://github.com/arut/nginx-rtmp-module
Please help.. How to Compile the Nginx with RTMP module on aapanel?
NGINX-based Media Streaming Server
https://github.com/arut/nginx-rtmp-module
Please help.. How to Compile the Nginx with RTMP module on aapanel?
hishamalislam No help
Have you tried referencing this tutorial? https://www.aapanel.com/forum/d/2709-how-to-add-custom-modules-for-nginx-pagespeed
dsuyashrai Thanks for your help.. but i didn't make nginx-rtmp-module works on aapanel module? Error..
NGINX-based Media Streaming Server https://github.com/arut/nginx-rtmp-module
Please help me .. to build a streaming TV server.
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.
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