-
-
Save xserveraws/25b8108272e0f978f091d622dfceb3c6 to your computer and use it in GitHub Desktop.
Revisions
-
OkoyaUsman created this gist
Jan 18, 2023 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ sudo apt-get update sudo apt-get upgrade sudo 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 wget https://nginx.org/download/nginx-1.18.0.tar.gz tar -xf nginx-1.18.0.tar.gz cd nginx-1.18.0 sudo ./configure --with-http_ssl_module --add-module=../nginx-rtmp-module make -j 1 sudo make install /usr/local/nginx/sbin/nginx /usr/local/nginx/sbin/nginx -s stop