Skip to content

Commit

Permalink
Expose live streaming ports for SRS 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Aug 14, 2021
1 parent c2b133b commit b02c814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trunk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b02c814

Please sign in to comment.