Refine code and add tests for #4289. v7.0.45 (#4412)

Use AI to understand, add comments, add utests, refactor code for PR
#4289
This commit is contained in:
Winlin
2025-07-04 17:26:12 -04:00
committed by GitHub
parent c5b6b72876
commit b2a827f8cf
202 changed files with 6554 additions and 2166 deletions

View File

@@ -26,7 +26,7 @@ RUN cd /srs/trunk && ./configure --srt=off --gb28181=off && make
FROM ossrs/srs:ubuntu16-cache AS ubuntu16-all
COPY . /srs
RUN cd /srs/trunk && ./configure --srt=on --gb28181=on --h265=on && make
RUN cd /srs/trunk && ./configure --srt=on --gb28181=on && make
########################################################
FROM ossrs/srs:ubuntu18-cache AS ubuntu18-baseline
@@ -35,7 +35,7 @@ RUN cd /srs/trunk && ./configure --srt=off --gb28181=off && make
FROM ossrs/srs:ubuntu18-cache AS ubuntu18-all
COPY . /srs
RUN cd /srs/trunk && ./configure --srt=on --gb28181=on --h265=on && make
RUN cd /srs/trunk && ./configure --srt=on --gb28181=on && make
########################################################
FROM ossrs/srs:ubuntu20-cache AS ubuntu20-baseline