Skip to content

Commit

Permalink
Get the preread-str module in the kmp-rtmp module docker
Browse files Browse the repository at this point in the history
  • Loading branch information
david-winder-kaltura committed Oct 9, 2022
1 parent 47a4d74 commit 144bbb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nginx-kmp-rtmp-module/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN wget http://nginx.org/download/nginx-${NGINX_VERSION}.tar.gz && \
COPY nginx-common nginx-common
COPY nginx-kmp-rtmp-module nginx-kmp-rtmp-module
COPY nginx-kmp-in-module nginx-kmp-in-module
RUN git clone https://github.com/kaltura/nginx-stream-preread-str-module

ARG APP_VERSION="0.1"
ARG LIVE_VERSION="${APP_VERSION}"
Expand All @@ -28,6 +29,7 @@ RUN cd /tmp/build/nginx && \
--add-module=/tmp/build/nginx-common \
--add-module=/tmp/build/nginx-kmp-in-module \
--add-module=/tmp/build/nginx-kmp-rtmp-module \
--add-module=/tmp/build/nginx-stream-preread-str-module \
--with-stream \
--with-stream_ssl_module \
--with-cc-opt="-O2" \
Expand Down

0 comments on commit 144bbb7

Please sign in to comment.