obs-ndi 4.11.0
Requirements:
- OBS >=28
- NDI 5 Runtime (optionally installed via NDI Tools)
Install
- Download and install the below Linux, MacOS, or Windows version.
- Linux:
sudo dpkg -i obs-ndi-4.11.0-linux-x86_64.deb
- MacOS: Run
obs-ndi-4.11.0-macos-universal.pkg
- Windows: Run
obs-ndi-4.11.0-windows-x64-Installer.exe
- Linux:
- Download and install the NDI 5 runtime from:
- Linux:
#!/bin/bash set -e LIBNDI_INSTALLER_NAME="Install_NDI_SDK_v5_Linux" LIBNDI_INSTALLER="$LIBNDI_INSTALLER_NAME.tar.gz" LIBNDI_INSTALLER_SHA256="00d0bedc2c72736d82883fc0fd6bc1a544e7958c7e46db79f326633d44e15153" pushd /tmp sudo apt-get install curl curl -L -o $LIBNDI_INSTALLER https://downloads.ndi.tv/SDK/NDI_SDK_Linux/$LIBNDI_INSTALLER -f --retry 5 echo "$LIBNDI_INSTALLER_SHA256 $LIBNDI_INSTALLER" | sha256sum -c tar -xf $LIBNDI_INSTALLER yes | PAGER="cat" sh $LIBNDI_INSTALLER_NAME.sh rm -rf ndisdk mv "NDI SDK for Linux" ndisdk sudo cp -P ndisdk/lib/x86_64-linux-gnu/* /usr/local/lib/ sudo ldconfig echo libndi installed to /usr/local/lib/ ls -la /usr/local/lib/libndi* rm -rf ndisdk popd
- MacOS: libNDI_5.5.3_for_Mac.pkg
- Windows: NDI 5.5.3 Runtime.exe
- Linux:
What's Changed
- CMakeLists: Compiles for arm targets by @venepe in #533
- Add Ukrainian (uk-UA) locale by @Mant1kor in #483
- [NEEDS TESTERS] CI: Fix MacOS Build by @tt2468 in #567
- Source: fix 16 audio channel crash by @jedmartin93 in #518
- fix timecode translation by @mattatcha in #603
- Revert "fix timecode translation" by @mattatcha in #623
- Change audio output to use synthetic timecode. by @darthsteven in #564
- Configurable tally by @sampie777 in #618
- README: Add Ubuntu fix cmake flag and update some other stuff by @tt2468 in #626
- source: add a switch to disable audio by @norihiro in #482
- Update 4.x.x to use obs plugin template by @DDRBoxman in #776
- DDRBoxman's audio patch by @paulpv in #834
- Replacing NDI SDK 4.x include headers w/ 5.x by @paulpv in #835
- Add Issue template for bug reporting by @paulpv in #833
- 4.11.0 combined audio fix + plugintemplate + NDI5 by @paulpv in #849
- add Korean translation (ko-KR) by @wkpark in #753
New Contributors
- @venepe made their first contribution in #533
- @Mant1kor made their first contribution in #483
- @tt2468 made their first contribution in #567
- @jedmartin93 made their first contribution in #518
- @mattatcha made their first contribution in #603
- @darthsteven made their first contribution in #564
- @sampie777 made their first contribution in #618
- @norihiro made their first contribution in #482
- @wkpark made their first contribution in #753
Full Changelog: 4.9.1...4.11.0
Checksums
libndi5-dev_5.5.3-1_amd64.deb: 0073290af631f82c6004cff7817fa05002a0bfd82cbb1cab6b1f75c5dbbfd189
libndi5_5.5.3-1_amd64.deb: 304fb2847e7f17e7cf908a9ea2dc56f4d18a96eb5aadced29218823787aa68b5
obs-ndi-4.11.0-linux-x86_64.deb: 22c2d765400e48a98064c4746e51f866daa0d13512450ac10d35cbd0c645baaa
obs-ndi-4.11.0-macos-arm64.pkg: 7c17c07477e4fbdab12bc797d39d29b7143e2b320fe91153a15a5a72f0893ac1
obs-ndi-4.11.0-macos-universal.pkg: 0a541cd01f7ea8eca1c12387c44ccff18961236c1284d3e97318899d2cb65dbf
obs-ndi-4.11.0-macos-x86_64.pkg: 09d7fa43ce22e2d227acfc9bccbe8e193d95d4564aaf08e0eca955fafff35f24
obs-ndi-4.11.0-windows-x64-Installer.exe: d349b3422533bf48d46e908b55fecc3f40255dee5ce7d3f3e31dc284f34084bf
obs-ndi-4.11.0-windows-x64.zip: 44b5462ad70c9405e6e9248f40e704cb01a7b32cd33d1996198424a6501faad2