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
Most modern streaming tools support the RTMP protocol, which defines the basic parameters of an internet video stream. The Nginx web server includes a module that allows you to provide an RTMP stream with minimal configuration from a dedicated URL, just like it provides HTTP access to web pages by default.
By default, the installation of NGINX on Mac serves the web directory from /usr/share/nginx/html (Source-installed) or /usr/local/Cellar/nginx/<version>/html (Hombrew-installed).
I've faced the same problem, however brew tap homebrew/nginx
returns a error
Error: homebrew/nginx was deprecated. This tap is now empty as all its formulae were migrated.
I solved it with
brew tap denji/homebrew-nginx
Instead of
brew tap homebrew/homebrew-nginx
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With