This commit is contained in:
sebseb7
2022-09-17 21:29:26 +02:00
parent 8f65b473b4
commit 69fe397f43

View File

@@ -6,10 +6,10 @@ wget https://patch-diff.githubusercontent.com/raw/arut/nginx-rtmp-module/pull/14
cat 1450.diff | patch -p1 cat 1450.diff | patch -p1
cd .. cd ..
wget -4 http://nginx.org/download/nginx-1.20.2.tar.gz wget -4 http://nginx.org/download/nginx-1.22.0.tar.gz
tar -xzf nginx-1.20.2.tar.gz tar -xzf nginx-1.22.0.tar.gz
rm nginx-1.20.2.tar.gz rm nginx-1.22.0.tar.gz
cd nginx-1.20.2 cd nginx-1.22.0
./configure --with-http_v2_module --with-http_ssl_module --without-http_fastcgi_module --without-http_rewrite_module --without-http_scgi_module --without-http_uwsgi_module --add-module=../nginx-rtmp-module ./configure --with-http_v2_module --with-http_ssl_module --without-http_fastcgi_module --without-http_rewrite_module --without-http_scgi_module --without-http_uwsgi_module --add-module=../nginx-rtmp-module
make -j4 make -j4
sudo make install sudo make install