mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Cygwin: Enable gb28181 for Windows. v5.0.105
This commit is contained in:
parent
8be4c8e334
commit
0e550d496b
5 changed files with 5 additions and 4 deletions
|
@ -23,7 +23,7 @@ WORKDIR /srs/trunk
|
|||
|
||||
# Build and install SRS.
|
||||
# Note that SRT is enabled by default, so we configure without --srt=on.
|
||||
RUN ./configure --gb28181=on --sanitizer-static=on && make && make install
|
||||
RUN ./configure --gb28181=on --sanitizer-static=on && make && make install
|
||||
|
||||
# All config files for SRS.
|
||||
RUN cp -R conf /usr/local/srs/conf && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue