Closed EugeneSakun closed 9 months ago
Hi! Thanks for reporting this issue, we're currently looking into it. As this could be due to an error inside the SDK, the only work around I can think of would be to try installing Decklink. We will update again when we have some progress or questions on this. Thanks again.
This has been fixed in 1.5.2 release and above. Please use new 1.7.1 version of SDK as it is the newest most upgraded version.
I tried to run the
publisherapp
example fromMillicastSDK 1.5.0
on Ubuntu 20.04. Unfortunately, it crashed with the following output:I am not going to use any DeckLink in my project so that's why it's missing. Would be really nice if there is a way to make it working without installing the driver. I looked into the cmake files and found that there is some code that checks if the driver is installed:
The
if
condition looks strange to me (it doesn't seem to check anything) and it doesn't seem working. I also tried to hardcode theMCSDK_DECKLINK_FOUND
to be alwaysFALSE
, but it didn't work either. Since there is a functionis_decklink_available()
inmedia.h
header, I would expect that DeckLink support can be somehow disabled in the SDK, but I have no idea how to do that.Any suggestions?
Thanks!