Hello, I want to install git clone https://github.com/sergey-dryabzhinsky/nginx-rtmp-module.git
I tried to add it in nginx additional module but it doesn't install.
below are the commands which needs to run:
apt-get install -y git build-essential ffmpeg libpcre3 libpcre3-dev libssl-dev zlib1g-dev
git clone https://github.com/sergey-dryabzhinsky/nginx-rtmp-module.git
cd nginx-1.18.0
./configure --prefix=/usr/local/nginx --with-http_ssl_module --add-module=../nginx-rtmp-module
make -j 1
make install
please describe the right way so that I can compile with nginx?