Nginx-rtmp-module Windows __full__ Download May 2026
rtmp { server { listen 1935; chunk_size 4096; application live { live on; record off; } } } Use code with caution.
Since NGINX does not natively provide Windows binaries with the RTMP module, community-maintained builds are the primary source for most users. nginx-rtmp-module windows download
Unzip the downloaded file (e.g., nginx_1.7.11.3_Gryphon.zip ) to a directory like C:\nginx . rtmp { server { listen 1935; chunk_size 4096;
For a more modern alternative, this GitHub repository offers NGINX 1.17.1 with the RTMP module and HTTP-FLV support already included. For a more modern alternative, this GitHub repository
Once you have downloaded a pre-compiled version like the build, follow these steps to get your server running:
This is the most widely cited version for Windows because it comes with the RTMP module pre-integrated and is known for its stability. You can find it on the NGINX for Windows download page.
Open a command prompt, navigate to your NGINX folder, and run start nginx .
