在本地下载编译了下
(参考:https://www.cnblogs.com/hhmm99/p/16050844.html)
相关文件下载
https://nginx.org/download/
https://gitee.com/winshining/nginx-http-flv-module
编译时缺少openssl报错
./configure: error: SSL modules require the OpenSSL library.
You can either do not enable the modules, or install the OpenSSL library
into the system, or build the OpenSSL library statically from the source
with nginx by using --with-openssl=<path> option.
sudo apt install openssl libssl-dev
./configure --add-module=/home/dtjk/work_rtsp/nginx-http-flv-module --with-http_ssl_module
make
make install
不想执行最后一步make install而污染本地系统,
所以就放docker里面去了
docker编译镜像
-
安装 Docker 确保你已经在系统上安装了 Docker。如果还没有安装,

最低0.47元/天 解锁文章
4288

被折叠的 条评论
为什么被折叠?



