Skip to content

Commit

Permalink
Opus delay 2.5ms, image=ubuntu18-cache --ffmpeg-opus=off --build-cach…
Browse files Browse the repository at this point in the history
…e=off
  • Loading branch information
xiaozhihong committed Nov 15, 2023
1 parent bbe149e commit e389c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ WORKDIR /srs/trunk

# Note that we must enable the gcc7 or link failed.
# Note that we must disable the build-cache, or it will failed, but donot know why.
RUN ./configure --srt=on --gb28181=on --srt=on --apm=on --h265=on --utest=on --ffmpeg-opus=off --build-cache=on
RUN ./configure --srt=on --gb28181=on --srt=on --apm=on --h265=on --utest=on --ffmpeg-opus=off --build-cache=off
RUN make utest ${MAKEARGS}

# Build benchmark tool.
Expand Down

0 comments on commit e389c18

Please sign in to comment.