Skip to content

Commit

Permalink
Merge pull request #979 from obs-ndi/hotfix_4.13.1
Browse files Browse the repository at this point in the history
Release 4.13.1 hotfix
  • Loading branch information
paulpv committed Feb 14, 2024
2 parents 1b3cf3d + 4caf851 commit ebe9423
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,24 @@ Network Audio/Video in OBS-Studio using NDI technology.
Download and install the Linux, MacOS, or Windows version at [Releases](https://github.com/obs-ndi/obs-ndi/releases).

* Linux
1. Download [obs-ndi-4.13.0-x86_64-linux-gnu.deb](https://github.com/obs-ndi/obs-ndi/releases/download/4.13.0/obs-ndi-4.13.0-x86_64-linux-gnu.deb)
2. `sudo dpkg -i obs-ndi-4.13.0-x86_64-linux-gnu.deb`
1. Download [obs-ndi-4.13.1-x86_64-linux-gnu.deb](https://github.com/obs-ndi/obs-ndi/releases/download/4.13.1/obs-ndi-4.13.1-x86_64-linux-gnu.deb)
2. `sudo dpkg -i obs-ndi-4.13.1-x86_64-linux-gnu.deb`
3. If this does not work then try:
```
sudo ln -s /usr/lib/x86_64-linux-gnu/obs-plugins/obs-ndi.so /usr/local/lib/obs-plugins/obs-ndi.so
sudo ln -s /usr/share/obs/obs-plugins/obs-ndi/ /usr/local/share/obs/obs-plugins/obs-ndi
```
* Flatpak and similar installs of this plugin or OBS can cause complications; please experiment and report on our Discord server any problems and preferrably solutions.
* MacOS:
1. Download [obs-ndi-4.13.0-macos-universal.pkg](https://github.com/obs-ndi/obs-ndi/releases/download/4.13.0/obs-ndi-4.13.0-macos-universal.pkg)
2. Run `obs-ndi-4.13.0-macos-universal.pkg`
1. Download [obs-ndi-4.13.1-macos-universal.pkg](https://github.com/obs-ndi/obs-ndi/releases/download/4.13.1/obs-ndi-4.13.1-macos-universal.pkg)
2. Run `obs-ndi-4.13.1-macos-universal.pkg`
If MacOS complains about the file, either:
1. Allow it in `System Settings`->`Privacy & Security`
-or-
2. `sudo xattr -r -d com.apple.quarantine obs-ndi-4.13.0-macos-universal.pkg`
2. `sudo xattr -r -d com.apple.quarantine obs-ndi-4.13.1-macos-universal.pkg`
* Windows:
1. Download [obs-ndi-4.13.0-windows-x64-Installer.exe](https://github.com/obs-ndi/obs-ndi/releases/download/4.13.0/obs-ndi-4.13.0-windows-x64-Installer.exe)
2. Run `obs-ndi-4.13.0-windows-x64-Installer.exe`
1. Download [obs-ndi-4.13.1-windows-x64-Installer.exe](https://github.com/obs-ndi/obs-ndi/releases/download/4.13.1/obs-ndi-4.13.1-windows-x64-Installer.exe)
2. Run `obs-ndi-4.13.1-windows-x64-Installer.exe`

# Download & Install The NDI 5 Runtime
* Linux: [./CI/libndi-get.sh](./CI/libndi-get.sh)
Expand Down Expand Up @@ -116,7 +116,7 @@ Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser

<!--
```
.github/scripts/Build-Windows.ps1 -SkipDeps && .github/scripts/Package-Windows.ps1 -BuildInstaller && release\obs-ndi-4.13.0-windows-x64-Installer.exe
.github/scripts/Build-Windows.ps1 -SkipDeps && .github/scripts/Package-Windows.ps1 -BuildInstaller && release\obs-ndi-4.13.1-windows-x64-Installer.exe
```
-->

Expand Down
2 changes: 1 addition & 1 deletion buildspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
}
},
"name": "obs-ndi",
"version": "4.13.0",
"version": "4.13.1",
"website": "https://obsproject.com/forum/resources/obs-ndi-newtek-ndi%E2%84%A2-integration-into-obs-studio.528/",
"author": "Stéphane Lepin",
"email": "[email protected]",
Expand Down

0 comments on commit ebe9423

Please sign in to comment.