github obs-ndi/obs-ndi 4.11.1
obs-ndi 4.11.1

latest releases: 4.13.2, 4.13.1, 4.13.0...
14 months ago

Requirements:

  • OBS >=28
  • NDI 5 Runtime (optionally installed via NDI Tools)

Install

  1. Download and install the below Linux, MacOS, or Windows version.
    • Linux: sudo dpkg -i obs-ndi-4.11.1-linux-x86_64.deb
    • MacOS: Run obs-ndi-4.11.1-macos-universal.pkg
    • Windows: Run obs-ndi-4.11.1-windows-x64-Installer.exe
  2. 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

What's Changed

  • a65eab2 Fix #455 4.9 installer flagged by Microsoft SmartScreen and other AVs
  • Changing readme Palakis to obs-ndi by @paulpv in #862

Full Changelog: 4.11.0...4.11.1

Checksums

libndi5-dev_5.5.3-1_amd64.deb: 9531dbacc56f89a727c4d1ae52dc9641ccd95e9067ac07e16376bf602c92c951
libndi5_5.5.3-1_amd64.deb: 3c47dd2386cd2a59df5f86953a7675ffe0ecf326eea784c4f17084f657a6e0ca
obs-ndi-4.11.1-linux-x86_64.deb: cca87f5409239a2be8229ed550c42b81b972d1b2c805773bec2ed8d8cdbe852e
obs-ndi-4.11.1-macos-arm64.pkg: 06700de70fe5d94de089ee095f79049eae8ee7fcaffd9b4189ac56d354efe75a
obs-ndi-4.11.1-macos-universal.pkg: e2008e9ce970fdb5edeb6f24c50526eef1e383776ffcc52f7bb6ee8ea1116ea2
obs-ndi-4.11.1-macos-x86_64.pkg: f8264485c5a01eb4e1c675970e00ba4738ed1dae0fa8047898924f52522fd9d9
obs-ndi-4.11.1-windows-x64-Installer.exe: ea83132faded5aad6450359f951abfa8278b61fb7fbda2daaccd2573671b09c4
obs-ndi-4.11.1-windows-x64.zip: 3e68fece3909cbdc8e4a076fb7629a4f4b5c46478516f857adab4b04f7c0d611

Don't miss a new obs-ndi release

NewReleases is sending notifications on new releases.