hi i want to setup rtmp with nginx on windows
how can i use this file for this purpose?
thanks
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
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