From 680b0a07fae9137a2760b514013d5485a29fb37d Mon Sep 17 00:00:00 2001 From: winlin Date: Thu, 20 Jun 2024 07:27:10 +0800 Subject: [PATCH] Update cache. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 46a48e7..897f9d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,8 +45,8 @@ RUN ls -lh /usr/local/bin/ffmpeg /usr/local/ssl RUN apt-get install -y git gcc # Build SRS for cache, never install it. -# 5.0release 316f4641a Don't compile libopus when enable sys-ffmpeg. v5.0.198 (#3851) -# develop 4372e32f7 Don't compile libopus when enable sys-ffmpeg. v5.0.198 v6.0.98 (#3851) +# 5.0release 313913737 RTC: Support dropping h.264 SEI from NALUs. v5.0.213 (#4057) +# develop e3d74fb04 Release v5.0-r3 and v6.0-d5. # Pelease update this comment, if need to refresh the cached dependencies, like st/openssl/ffmpeg/libsrtp/libsrt etc. RUN mkdir -p /usr/local/srs-cache RUN cd /usr/local/srs-cache && git clone https://github.com/ossrs/srs.git