diff --git a/Dockerfile b/Dockerfile index 16f4d85..9e84b24 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,6 +45,7 @@ RUN cd /tmp && \ ./configure \ --prefix=/opt/nginx \ --with-http_ssl_module \ + --with-cc-opt="-Wimplicit-fallthrough=0" \ --add-module=../nginx-rtmp-module && \ make && \ make install diff --git a/run.sh b/run.sh index 6fb8628..6fc48b0 100755 --- a/run.sh +++ b/run.sh @@ -81,7 +81,7 @@ else PUSH="true" fi -HLS="true" +HLS="false" for STREAM_NAME in $(echo ${RTMP_STREAMS}) do @@ -90,6 +90,7 @@ echo Creating stream $STREAM_NAME cat >>${NGINX_CONFIG_FILE} <