use rtmp module
This commit is contained in:
parent
0263664f03
commit
abd9ee46fa
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ RUN cd /tmp/build/nginx/${NGINX_VERSION} && \
|
||||||
--with-http_ssl_module \
|
--with-http_ssl_module \
|
||||||
--with-threads \
|
--with-threads \
|
||||||
--with-ipv6 \
|
--with-ipv6 \
|
||||||
--add-module=/tmp/build/nginx-http-flv-module/nginx-http-flv-module-${NGINX_HTTP_FLV_MODULE_VERSION} && \
|
#--add-module=/tmp/build/nginx-http-flv-module/nginx-http-flv-module-${NGINX_HTTP_FLV_MODULE_VERSION} && \
|
||||||
#--add-module=/tmp/build/nginx-rtmp-module/nginx-rtmp-module-${NGINX_RTMP_MODULE_VERSION} && \
|
--add-module=/tmp/build/nginx-rtmp-module/nginx-rtmp-module-${NGINX_RTMP_MODULE_VERSION} && \
|
||||||
make -j $(getconf _NPROCESSORS_ONLN) && \
|
make -j $(getconf _NPROCESSORS_ONLN) && \
|
||||||
make install && \
|
make install && \
|
||||||
mkdir /var/lock/nginx && \
|
mkdir /var/lock/nginx && \
|
||||||
|
|
Loading…
Reference in a new issue