Installing OBE RT on CentOS 7 / Decklink input not working

136 views
Skip to first unread message

nipk...@gmail.com

unread,
Mar 6, 2020, 10:02:38 AM3/6/20
to obe-discuss
Hello all,

I'm trying to install OBE on a CentOS7 machine with Decklink Duo 2 board.

Everything installs fine but when I probe the decklink card, OBE says: Invalid input device. When running ./configure --prefix=/usr of OBE-RT I see Input Decklink: No.

Blackmagic Desktop Video driver: 11.5


[root@localhost obe-rt]# lsmod | grep blackmagic
blackmagic_io        1885203  5

[root@localhost obe-rt]# dkms status -m blackmagic -k `uname -r`
blackmagic, 11.5a34, 3.10.0-1062.12.1.el7.x86_64, x86_64: installed

[root@localhost obe-rt]# dkms status -m blackmagic-io -k `uname -r`
blackmagic-io, 11.5a34, 3.10.0-1062.12.1.el7.x86_64, x86_64: installed

[root@localhost obe-rt]# sudo dkms install -m blackmagic-io -v 11.5 --all
[root@localhost obe-rt]#

[root@localhost obe-rt]# sudo dkms install -m blackmagic -v 11.5 --all
[root@localhost obe-rt]#


Same setup works fine with Ubuntu but we think Ubuntu is not secure enough for our application.

Does anybody have a clue on how to get this to work? Any help is appriciated.

Thanks!











Michalis Michael

unread,
Aug 30, 2020, 4:25:38 PM8/30/20
to obe-discuss
Hello,

Editing the configure file from decklink="no" to decklink ="yes" in line 664 worked for me:
if [ "$decklink" = "auto" ] ;
then decklink="no" (Line 664)
Reply all
Reply to author
Forward
0 new messages