Search code examples
macosnginxrtmp

How can we set NGINX web server and its RTMP module on mac system?


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

Solution

  • You can try these, I used the same method to install auth_module on my mac.

    1. brew tap homebrew/nginx
    2. brew install nginx-full --with-rtmp-module --with-debug