Markus,
In my case (Debian Stable) I added "contrib" and "non-free" to my apt
sources (dont sure if needed, but used to enable them)
And when I run "dpkg -i desktopvideo_10.0a7_amd64.deb" I get an error of
unsatisfied dependencies.  I solve it by running after it a "apt-get -f
install" which installs: cpp-4.6 dkms gcc-4.6 gcc-4.6-base
linux-headers-3.2.0-4-amd64 linux-headers-3.2.0-4-common
linux-headers-amd64 linux-kbuild-3.2.
I dont know if they get installed when you run "RUN apt-get install -y curl
wget dkms linux-headers-`uname -r` linux-headers-generic", but perhaps is
something worth to check.
And, on the other hand, when using Blackmagic Intensity Pro at least, you
have to install BlackmagicControlPanel to be able to set up which
inputs/outputs to use.  For default it comes with HDMI for both and NTSC.
To install it:
apt-get install libqt4-core libqt4-gui
dpkg -i desktopvideo-gui_10.0a7_amd64.deb

Hope it helps you! Please let me know how it went.

Kind regards,

Juan Martin


2014-03-25 18:59 GMT-03:00 Juan Martin Runge <jmru...@gmail.com>:

> Im using melted from build script with decklink drivers 10.0 and they have
> no incompatibility... Will take a look at your links later to see if I can
> help you.
>
> Juan
>
> Mobile (bb)
>
> -----Original Message-----
> From: Dan Dennedy <d...@dennedy.org>
> Date: Tue, 25 Mar 2014 13:08:04
> To: Markus Kienast<elias1...@gmail.com>
> Cc: mlt-devel<mlt-devel@lists.sourceforge.net>
> Subject: Re: [Mlt-devel] Melted Docker image with Blackmagic Decklink
>
> On Tue, Mar 25, 2014 at 12:16 PM, Markus Kienast <elias1...@gmail.com>
> wrote:
> > Hi Dan, hi folks,
> >
> > do I need any Blackmagic drivers installed before I compile Melted in
> order
> > to get this to work?
>
> no
>
> > I want to run Melted in a Docker container and have created such an
> image.
> > It works with "null" consumer but not with decklink yet. Maybe I screwed
> > something up in the compile process.
> >
> > I am using the build script from mlt-scripts.
> >
> > Would you be so kind to have a look at my Docker build script, if I have
> > been forgetting something?! It is very straight forward to read.
> >
> >
> https://github.com/trickkiste/docker-stackbrew-melted/blob/master/Dockerfile
>
> Nothing obviously wrong in here. The one thing I do not know about,
> however, is Blackmagic driver version 10. I have not used it yet.
> Maybe it is incompatible. Have you tested that version outside of
> docker?
> Otherwise, you need to read more closely the log output from the build
> script to analyze the source of the problem. Does libmltdecklink.so
> exist in $prefix/lib/mlt/?
>
> > Having this Docker image would make deployment and testing of Melted so
> much
> > easier for everybody. I therefore hope that I can interest you in giving
> me
> > a little hand with this.
> >
> > My best regards,
> > Markus
> >
> > PS.:
> > The trusted docker image is here:
> > https://index.docker.io/u/trickkiste/docker-stackbrew-melted/
> > My own build is here:
> > https://index.docker.io/u/trickkiste/docker-stackbrew-melted-custom/
>
> I can add these to the MeltedResources page on the wiki if that is ok.
>
> --
> +-DRD-+
>
>
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and their
> applications. Written by three acclaimed leaders in the field,
> this first edition is now available. Download your free book today!
> http://p.sf.net/sfu/13534_NeoTech
> _______________________________________________
> Mlt-devel mailing list
> Mlt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mlt-devel
>
------------------------------------------------------------------------------
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to