"Script by @Sohag1192", which installs NGINX with the RTMP module, sets up two HLS applications (live and hls), serves streams on HTTP , and enables NGINX auto-start at boot.
Ubuntu RTMP HLS:
wget https://raw.githubusercontent.com/sohag1192/NGINX-with-the-RTMP-module-and-configures-scripts/refs/heads/main/install-nginx-rtmp-hls.sh
Permissions and Using + X with chmod
chmod +x install-nginx-rtmp-hls.sh
./install-nginx-rtmp-hls.sh
"Script by @Sohag1192", which installs NGINX with the RTMP module, sets up two HLS applications (live and hls), serves streams on HTTP , and enables NGINX auto-start at boot.
Ubuntu RTMP HLS & LIVE:
wget https://raw.githubusercontent.com/sohag1192/NGINX-with-the-RTMP-module-and-configures-scripts/refs/heads/main/install-nginx-rtmp-hls%26live.sh
Permissions and Using + X with chmod
chmod +x install-nginx-rtmp-hls%26live.sh
./install-nginx-rtmp-hls%26live.sh
"Script by @Sohag1192", which installs NGINX with the RTMP module, sets up two HLS applications (live and hls), serves streams on HTTP port 8080, and enables NGINX auto-start at boot.
Ubuntu RTMP HLS PORT 8080:
wget https://raw.githubusercontent.com/sohag1192/NGINX-with-the-RTMP-module-and-configures-scripts/refs/heads/main/install-nginx-rtmp-8080.sh
Permissions and Using + X with chmod
chmod +x install-nginx-rtmp-8080.sh
./install-nginx-rtmp-8080.sh