Package Details: obs-ndi-bin 4.13.1-1

Git Clone URL: https://aur.archlinux.org/obs-ndi-bin.git (read-only, click to copy)
Package Base: obs-ndi-bin
Description: NewTek NDI integration for OBS Studio.
Upstream URL: https://github.com/obs-ndi/obs-ndi
Keywords: libndi obs-ndi
Licenses: GPL2
Conflicts: obs-ndi-git
Provides: obs-ndi
Submitter: joow
Maintainer: Jat
Last Packager: Jat
Votes: 9
Popularity: 0.000013
First Submitted: 2017-10-10 19:54 (UTC)
Last Updated: 2024-02-28 23:26 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

Freso commented on 2020-01-11 18:16 (UTC)

Then put that as a dependency… as long as the package depends on some ndi library that it works with.

shaybox commented on 2019-12-26 19:54 (UTC)

I switched it to use libndi3 from the developer of obs-ndi, basically the same thing but its version tested for obs-ndi.

guitaristtom commented on 2019-12-26 11:16 (UTC)

@Freso is right. You have to add ndi-sdk back in as a dependency, otherwise people will continue to get errors when they start up OBS.

Freso commented on 2019-12-15 23:33 (UTC)

Did you intentionally drop the ndi-sdk dependency? The OBS plugin doesn’t work without it.

shaybox commented on 2019-12-15 21:38 (UTC)

I hope this works for everyone, I updated both obs-ndi-bin and libndi3-bin, they work for me <3 Let me know of any changes that need to be made

Freso commented on 2019-10-23 12:39 (UTC)

The PKGBUILD needs two lines changed to work properly:

diff --git a/PKGBUILD b/PKGBUILD
index 620e78b..5e66a11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
 # Maintainer: Thomas Hine <thomas @ thomashine.xyz>
-pkgname=obs-ndi
+pkgname=obs-ndi-bin
 _pkgname=${pkgname%-bin}
 pkgver=4.6.0
 _pkgbuild=1
@@ -12,7 +12,7 @@ provides=('obs-ndi')
 conflicts=('obs-ndi-git')
 depends=('obs-studio' 'ndi-sdk' 'avahi')

-source=("${url}/releases/download/${pkgver}/${pkgname}_${pkgver}-${_pkgbuild}_amd64.deb")
+source=("${url}/releases/download/${pkgver}/${_pkgname}_${pkgver}-${_pkgbuild}_amd64.deb")
 sha256sums=('eaf0d451527037b0e1b9af5ad69a3aaffc7b583819a45d6f774e846cd2253e03')

 package() {

fthiery commented on 2019-08-21 08:31 (UTC) (edited on 2019-08-21 08:31 (UTC) by fthiery)

Also ran into the "Could not find PKGDEST" error. I worked around it by not using any aur helper, but:

git clone https://aur.archlinux.org/obs-ndi-bin.git && cd obs-ndi-bin && makepkg -si

TimothyCole commented on 2019-08-15 03:45 (UTC)

Can't install Could not find PKGDEST for: obs-ndi-bin

Gelmo commented on 2019-06-14 04:04 (UTC)

Works fine in yay and trizen with a couple small changes:

https://glot.io/snippets/fd58w3iyxx