How can we set NGINX web server and its RTMP module on mac system?
I have tried to set up server using below link
https://github.com/arut/nginx-rtmp-module/wiki/Getting-started-with-nginx-rtmp
https://github.com/arut/nginx-rtmp-module/wiki/Installing-via-Build
But could not run it as it give error as below :-
nginx-rtmp-module-master XXXXX$ ./configure --add-module=/path/to/nginx-rtmp-module --with-debug ...
-bash: ./configure: No such file or directory
You can try these, I used the same method to install auth_module
on my mac.
brew tap homebrew/nginx
brew install nginx-full --with-rtmp-module --with-debug