Nginx-rtmp-module: how can i use this for windows?

Created on 6 Nov 2015  Â·  6Comments  Â·  Source: arut/nginx-rtmp-module

hi i want to setup rtmp with nginx on windows
how can i use this file for this purpose?
thanks

All 6 comments

you could compile it by cygwin,Linux-like environment for Windows.

see http://nginx.org/en/docs/howto_build_on_win32.html
in configure script
--add-module=nginx-rtmp-module

Is there a way to add the module to an existing nginx installation on Windows?

@jabulon Hi

Windows support is limited. These features are not supported

For anyone else struggling with compiling on Windows, I have managed to compile successfully using Vern Jensen's excellent tutorial on SO: https://stackoverflow.com/questions/21486482/compile-nginx-with-visual-studio

docker

Was this page helpful?
0 / 5 - 0 ratings