Skip to content

Commit

Permalink
fix: rename srt-new repo to srt
Browse files Browse the repository at this point in the history
  • Loading branch information
datagutt authored Nov 7, 2024
1 parent dcb4760 commit fc94db8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WORKDIR /tmp
#
ARG BELABOX_SRT_VERSION=belabox
RUN mkdir -p /build; \
git clone https://github.com/IRLServer/srt-new.git /build/srt; \
git clone https://github.com/IRLServer/srt.git /build/srt; \
cd /build/srt; \
git checkout $BELABOX_SRT_VERSION; \
./configure; \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Work in progress. A few streamers i know are personally using this image for the
**WARNING: This is not an official Belabox project. Please don't spam rationalirl about it!**

We using the following great open-source projects:
- srt-new from https://github.com/IRLServer/srt-new
- srt from https://github.com/IRLServer/srt
- srtla_rec from https://github.com/IRLServer/srtla/tree/irltk-fork
- irl-srt-server (srt-live-server fork) from https://github.com/IRLServer/irl-srt-server

Expand Down

0 comments on commit fc94db8

Please sign in to comment.