Skip to content

Commit

Permalink
Update librist library (#91)
Browse files Browse the repository at this point in the history
Updates to 419f09ea9aa9bf15f9c43b7752ca878521543679.
This fixes a reconnection issue on windows for Media Sources.
  • Loading branch information
pkviet committed Jan 26, 2022
1 parent def09ad commit 06fdd5f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
LIBSRT_VERSION: '1.4.1'
LIBSRT_HASH: 'e80ca1cd0711b9c70882c12ec365cda1ba852e1ce8acd43161a21a04de0cbf14'
LIBRIST_VERSION: '0.2.7'
LIBRIST_HASH: '0b1aaf995c4cad83d562ec7887180cc6ee132c84'
LIBRIST_HASH: '419f09ea9aa9bf15f9c43b7752ca878521543679'
FFMPEG_VERSION: '4.4.1'
FFMPEG_HASH: 'cc33e73618a981de7fd96385ecb34719de031f16'
SPEEXDSP_VERSION: '1.2.0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
LIBSRT_VERSION: '1.4.2'
LIBSRT_HASH: '50b7af06f3a0a456c172b4cb3aceafa8a5cc0036'
LIBRIST_VERSION: '0.27'
LIBRIST_HASH: '0b1aaf995c4cad83d562ec7887180cc6ee132c84'
LIBRIST_HASH: '419f09ea9aa9bf15f9c43b7752ca878521543679'
LIBX264_VERSION: 'r3020'
LIBX264_HASH: 'd198931a63049db1f2c92d96c34904c69fde8117'
LIBOPUS_VERSION: '1.3.1'
Expand Down
2 changes: 1 addition & 1 deletion CI/build-deps-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ REQUIRED_DEPS=(
"liblame 3.100 ddfe36cab873794038ae2c1210557ad34857a4b6bdc515785d1da9e175b1da1e"
"mbedtls 2.26.0 35d8d87509cd0d002bddbd5508b9d2b931c5e83747d087234cc7ad551d53fe05"
"libsrt 1.4.1 e80ca1cd0711b9c70882c12ec365cda1ba852e1ce8acd43161a21a04de0cbf14"
"librist 0.2.7 0b1aaf995c4cad83d562ec7887180cc6ee132c84"
"librist 0.2.7 419f09ea9aa9bf15f9c43b7752ca878521543679"
"ffmpeg 4.4.1 cc33e73618a981de7fd96385ecb34719de031f16"
"speexdsp 1.2.0 d7032f607e8913c019b190c2bccc36ea73fc36718ee38b5cdfc4e4c0a04ce9a4"
"libjansson 2.13.1 f4f377da17b10201a60c1108613e78ee15df6b12016b116b6de42209f47a474f"
Expand Down
2 changes: 1 addition & 1 deletion CI/build-deps-windows-cross.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ REQUIRED_DEPS=(
"libaom 3.2.0 287164de79516c25c8c84fd544f67752c170082a"
"svt-av1 0.8.6 a5ec26c0f0bd6e872a0b2bb340b4a777f4847020"
"libsrt 1.4.2 50b7af06f3a0a456c172b4cb3aceafa8a5cc0036"
"librist 0.27 0b1aaf995c4cad83d562ec7887180cc6ee132c84"
"librist 0.27 419f09ea9aa9bf15f9c43b7752ca878521543679"
"libx264 r3020 d198931a63049db1f2c92d96c34904c69fde8117"
"libopus 1.3.1 e85ed7726db5d677c9c0677298ea0cb9c65bdd23"
"zlib 1.2.11 cacf7f1d4e3d44d871b605da3b647f07d718623f"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Scripts to build and package dependencies for OBS on CI
|libogg|[GitHub](https://github.com/xiph/ogg/releases/download/v1.3.5/libogg-1.3.5.tar.xz)|1.3.5|
|libopus|[GitHub](https://github.com/xiph/opus/tree/dfd6c88aaa54a03a61434c413e30c217eb98f1d5)|1.3.1-93-gdfd6c88a|
|libpng|[Sourceforge](https://downloads.sourceforge.net/project/libpng/libpng16/1.6.37/libpng-1.6.37.tar.xz)|1.6.37|
|librist|[0b1aaf9](https://code.videolan.org/rist/librist/-/commit/0b1aaf995c4cad83d562ec7887180cc6ee132c84)|Master branch|
|librist|[419f09e](https://code.videolan.org/rist/librist/-/commit/419f09ea9aa9bf15f9c43b7752ca878521543679)|Master branch|
|librnnoise|[90ec41e](https://github.com/xiph/rnnoise/commit/90ec41ef659fd82cfec2103e9bb7fc235e9ea66c)|Master branch|
|libsrt|[GitHub](https://github.com/Haivision/srt/archive/v1.4.1.tar.gz)|1.4.1|
|libtheora|[xiph.org](https://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2)|1.1.1|
Expand Down

0 comments on commit 06fdd5f

Please sign in to comment.