O
O
OKNOZA2014-12-23 23:25:03
Nginx
OKNOZA, 2014-12-23 23:25:03

nginx rtmp module execute command?

Operating system Ubuntu.
I installed Nginx from the command line, checked it, started it, it works. Nginx is /etc/nginx/
I also downloaded the module via the command line, the folder is located at /usr/src/ I execute the
command
sudo ./configure –add-module=/usr/src/nginx-rtmp-module/
I get the
following sudo message: ./configure: command not found
What did I do wrong?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Tyranron, 2014-12-24
@Tyranron

You need to read the official doc more carefully .
It clearly says:

cd to NGINX source directory & run this ...

That is, you need to download the sources of the desired version of nginx, then, as you did, download the sources of the desired version of nginx-rtmp-module. Then compile nginx along with nginx-rtmp-module. And then run nginx.
You cannot attach the nginx-rtmp-module to the compiled and running nginx.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question