winshining / nginx-http-flv-module

A media streaming server based on nginx-rtmp-module. In addtion to the features nginx-rtmp-module provides, HTTP-FLV, GOP cache, VHosts (one IP for multi domain names) and JSON style statistics are supported now.
BSD 2-Clause "Simplified" License
2.72k stars 567 forks source link

[bug] when installing, error: config was not found #183

Closed terids closed 3 years ago

terids commented 3 years ago

I am trying to set this up for the first time. When trying to add the flv module (using the configure script) it complains that no config exists in the flv module folder, even though it does exist.

Expected behavior / 期望行为

The configure script would execute without error.

Actual behavior / 实际行为

I get the error as above.

OS and Nginx version / 操作系统和Nginx版本号

Ubuntu 20.04.1 LTS Nginx 1.18.0 http-flv-module 1.2.8

Steps to reproduce the behavior / 复现问题步骤

Just followed the readme up to "./configure --add-module=/path/to/nginx-http-flv-module" this line.

winshining commented 3 years ago

Did you copy and paste --add-module=/path/to/nginx-http-flv-module without modification? Please substitude your own directory for /path/to.