Skip to content

Commit

Permalink
Disable FFmpeg opus.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Nov 10, 2023
1 parent a7345f6 commit b83d50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ RUN cd /usr/local/srs-cache && git clone https://github.com/ossrs/srs.git
# Setup the SRS trunk as workdir.
WORKDIR /usr/local/srs-cache/srs/trunk
RUN git checkout 5.0release && ./configure --jobs=${JOBS} && make -j${JOBS}
RUN git checkout develop && ./configure --jobs=${JOBS} --ffmpeg-opus=on && make -j${JOBS}
RUN git checkout develop && ./configure --jobs=${JOBS} --ffmpeg-opus=off && make -j${JOBS}
RUN du -sh /usr/local/srs-cache/srs/trunk/objs/*

# To avoid the error: no space left on device
Expand Down

0 comments on commit b83d50c

Please sign in to comment.