Error while setting up a RTMP Server - make error

Trying to set up an RTMP server on Ubuntu 14.04.4, but I am running into the above error when trying to complete the guide found here.

I have done everything correctly I think, when trying to run this portion of the guide I get the error:

$ ./configure --with-http_ssl_module --add-module=./nginx-rtmp-module-master
$ make <-- Command that gives the error`

Error:

make error ** No rule to make target 'build', needed by 'default'. Stop

I'm still new with Linux, so i'm not really sure what I am doing wrong, any guidance would be appreciated. Thank you.

4

1 Answer

Update your nginx.

Using the following command, gives the error.

$ wget 

Instead use,

$ wget 

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like