Skip to content

Commit 9d4b07e

Browse files
committed
Update cache for SRS.
1 parent b0b517a commit 9d4b07e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ RUN which cmake && cmake --version
2424
RUN ls -lh /usr/local/bin/ffmpeg /usr/local/ssl
2525

2626
# Build SRS for cache, never install it.
27-
# 5.0release 316f4641a Don't compile libopus when enable sys-ffmpeg. v5.0.198 (#3851)
28-
# develop 4372e32f7 Don't compile libopus when enable sys-ffmpeg. v5.0.198 v6.0.98 (#3851)
27+
#
28+
# 6.0release 2ab3937a6 fix err memory leak in rtc to rtmp bridge. v6.0.174 (#4441)
29+
# develop 5adf684f5 AI: Remove multi-threading support and change to single-thread architecture. v7.0.59 (#4445)
30+
#
2931
# Pelease update this comment, if need to refresh the cached dependencies, like st/openssl/ffmpeg/libsrtp/libsrt etc.
3032
RUN mkdir -p /usr/local/srs-cache
3133
RUN cd /usr/local/srs-cache && git clone https://github.com/ossrs/srs.git

0 commit comments

Comments
 (0)