mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 11:21:52 +00:00
Expose live streaming ports for SRS 3.0
This commit is contained in:
parent
c2b133bd07
commit
b02c814251
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ RUN cp -R research/players /usr/local/srs/objs/nginx/html/
|
||||||
############################################################
|
############################################################
|
||||||
FROM centos:7 AS dist
|
FROM centos:7 AS dist
|
||||||
|
|
||||||
# Expose ports for streaming @see https://github.com/ossrs/srs#ports
|
# Expose ports for live streaming
|
||||||
EXPOSE 1935 1985 8080 8000/udp 10080/udp
|
EXPOSE 1935 1985 8080
|
||||||
|
|
||||||
# FFMPEG 4.1
|
# FFMPEG 4.1
|
||||||
COPY --from=build /usr/local/bin/ffmpeg /usr/local/srs/objs/ffmpeg/bin/ffmpeg
|
COPY --from=build /usr/local/bin/ffmpeg /usr/local/srs/objs/ffmpeg/bin/ffmpeg
|
||||||
|
|
Loading…
Reference in a new issue