You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nginx-rtmp-kmp-module/Dockerfile
+2-1
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ WORKDIR /tmp/build
7
7
8
8
ARG NGINX_VERSION=1.21.0
9
9
ARG SRT_VERSION=v1.5.3
10
+
ARG SRT_NGINX_VERSION=master
10
11
11
12
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
0 commit comments