Page 1 of 1

Does Linux VLC play through Blackmagic Deklink?

Posted: 27 Aug 2014 22:20
by funkytwig
Spent quite some time resurching this and am getting very mixed messages.

Ben

Re: Does Linux VLC play through Blackmagic Deklink?

Posted: 27 Aug 2014 23:37
by Rémi Denis-Courmont
Yes, there is a plugin for audio and video outout.

Re: Does Linux VLC play through Blackmagic Deklink?

Posted: 03 Sep 2014 13:58
by funkytwig
Excelent. Can you please ponit me at the details, been ooking for this for ages.

Also do I need a specific flavor or linux, do I need to compile from source.

Regards,
Ben

Re: Does Linux VLC play through Blackmagic Deklink?

Posted: 03 Sep 2014 18:35
by Rémi Denis-Courmont
I cannot answer distro-specific questions. If your distro does not support it, then you need to compile.

Re: Does Linux VLC play through Blackmagic Deklink?

Posted: 05 Sep 2014 16:15
by funkytwig
OK, I will compile. Is this correct?

$ apt-get source vlc
$ apt-get build-dep vlc
$ cd /root/vlc*
$ ./bootstrap
$ ./configure --with-decklink-sdk="/root/Blackmagic DeckLink SDK 10.1.4"
$ make

Ben