Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 4.13.1 hotfix #979

Merged
merged 1 commit into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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": "stephane.lepin@gmail.com",
Expand Down