nginx-rtmp-module icon indicating copy to clipboard operation
nginx-rtmp-module copied to clipboard

Readme out of date?

Open cakeisamadeupdrug opened this issue 1 year ago • 0 comments

The readme is just incorrect enough to make compiling really difficult for new users. For example the configure file's location in the nginx source is not where stated in the readme (it's in the auto directory), and the SSL module location seems to be off too.

I couldn't get it to compile with SSL following the instructions in the readme, but cloning the openSSL repository and pointing it there worked. I recommend the instructions for compiling from source in the readme get updated to something like:

auto/configure --with-http_ssl_module --add-module=../nginx-rtmp-module-master --with-openssl=<path_to_openSSL_git_clone_directory>

cakeisamadeupdrug avatar Sep 21 '24 13:09 cakeisamadeupdrug