Skip to content

Commit

Permalink
Allow srt nginx version (#193)
Browse files Browse the repository at this point in the history
* SUP-36185: Enable AEAD encryption for SRT.

* Add srt nginx version option
  • Loading branch information
shamamayair authored Feb 5, 2024
1 parent 520ab9b commit 2a78f61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nginx-rtmp-kmp-module/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ WORKDIR /tmp/build

ARG NGINX_VERSION=1.21.0
ARG SRT_VERSION=v1.5.3
ARG SRT_NGINX_VERSION=master

RUN git clone --branch ${SRT_VERSION} https://github.com/Haivision/srt/ && cd srt && ./configure --ENABLE_AEAD_API_PREVIEW --use-enclib=openssl-evp && make && make install

Expand All @@ -24,7 +25,7 @@ COPY nginx-rtmp-kmp-module nginx-rtmp-kmp-module
COPY nginx-mpegts-module nginx-mpegts-module
COPY nginx-mpegts-kmp-module nginx-mpegts-kmp-module
COPY nginx-kmp-cc-module nginx-kmp-cc-module
RUN git clone https://github.com/kaltura/nginx-srt-module
RUN git clone --branch ${SRT_NGINX_VERSION} https://github.com/kaltura/nginx-srt-module
RUN git clone https://github.com/kaltura/nginx-stream-preread-str-module

ARG APP_VERSION=1.0
Expand Down

0 comments on commit 2a78f61

Please sign in to comment.