From b02c81425118015f11f005ce0976ef5f17d625d6 Mon Sep 17 00:00:00 2001 From: winlin Date: Sat, 14 Aug 2021 21:09:44 +0800 Subject: [PATCH] Expose live streaming ports for SRS 3.0 --- trunk/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/Dockerfile b/trunk/Dockerfile index a48b22e79..34b6b0589 100644 --- a/trunk/Dockerfile +++ b/trunk/Dockerfile @@ -23,8 +23,8 @@ RUN cp -R research/players /usr/local/srs/objs/nginx/html/ ############################################################ FROM centos:7 AS dist -# Expose ports for streaming @see https://github.com/ossrs/srs#ports -EXPOSE 1935 1985 8080 8000/udp 10080/udp +# Expose ports for live streaming +EXPOSE 1935 1985 8080 # FFMPEG 4.1 COPY --from=build /usr/local/bin/ffmpeg /usr/local/srs/objs/ffmpeg/bin/ffmpeg