How to install arut/nginx-rtmp-module. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
arut/nginx-rtmp-module Installation Guide
How to install arut/nginx-rtmp-module. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for arut/nginx-rtmp-module. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i arut/nginx-rtmp-moduleor
Install via npx
npx @hexmos/ipm i arut/nginx-rtmp-modulePrerequisites
nginx
package_managerVersion: 1.3.14-1.5.0 (or later)
ffmpeg
build_toolVersion: >= 2.0.0
ffprobe
build_toolVersion: >= 1.0.0
git
system_toolVersion: >= 2.15
make
build_toolVersion: >= 4.0
curl
system_toolVersion: >= 7.58.0
wget
system_toolVersion: >= 1.20
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Source Code Installation (Manual)
./configure --add-module=/path/to/nginx-rtmp-module
make
make installPackage Manager Installation (Debian/Ubuntu)
make installDocker Installation (Container)
make installPost Installation Steps
- Start the server using the command: `nginx -t` to check for errors. If no errors, run: `sudo systemctl start nginx`.
- Access the web interface by navigating to your server's IP address or domain name in a web browser.
- To test if the streaming is working, you can use tools like VLC media player or other video players.
