nginx-rtmp-module
nginx-rtmp-module copied to clipboard
Readme out of date?
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>