@fthiery No I don't. It says No Desktop Video Device Detected.
Search Criteria
Package Details: decklink 14.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/decklink.git (read-only, click to copy) |
---|---|
Package Base: | decklink |
Description: | Drivers for Blackmagic Design DeckLink, Intensity or Multibridge video editing cards |
Upstream URL: | https://www.blackmagicdesign.com/support/family/capture-and-playback |
Licenses: | custom |
Submitter: | alub |
Maintainer: | goldensuneur |
Last Packager: | goldensuneur |
Votes: | 24 |
Popularity: | 0.000001 |
First Submitted: | 2015-10-03 15:38 (UTC) |
Last Updated: | 2024-12-19 09:37 (UTC) |
Dependencies (4)
- dkms (dkms-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR) (make)
Required by (4)
- mediaexpress
- obs-studio-browser (optional)
- obs-studio-rc (optional)
- obs-studio-tytan652 (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 15 16 17 18 19 20 21 22 23 24 25 Next › Last »
LIONHEART commented on 2017-06-13 19:39 (UTC)
fthiery commented on 2017-06-13 16:40 (UTC)
@Alexandrer-Prime my bad, it should work now
@LIONHEART do you see the device in the blackmagic software ?
fthiery commented on 2017-06-13 15:46 (UTC)
@Alexander-Prime is the path to your build folder containing spaces by any chance ?
Alexander-Prime commented on 2017-06-13 12:42 (UTC)
The build script seems to be looking in the wrong place for the sources after downloading them. Changing the pkgver in PKGBUILD to "10.9.3a2" allows it to continue installing.
LIONHEART commented on 2017-06-12 01:06 (UTC)
Having trouble with the pipeline in gstreamer. Any tips getting this working would be greatly appreciated,
$ gst-launch-1.0 decklinkvideosrc device-number=1 connection=1 mode=16 ! xvimagesink
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
Setting pipeline to NULL ...
Freeing pipeline ...
$ gst-launch-1.0 decklinkvideosrc ! videoconvert ! xvimagesink
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
Setting pipeline to NULL ...
Freeing pipeline ...
Houtworm commented on 2017-06-06 11:06 (UTC) (edited on 2017-06-06 11:36 (UTC) by Houtworm)
Just installed 10.9.3-1 and for me it does not work on the latest kernel.
It says no desktop video device connected (PCIE Device)
I am going to install linux-lts linux-lts-headers and nvidia-lts remove nvidia and try again :)
Edit: It also does not work on LTS Kernel any more, Software is installed and runs but i only get a black screen in media express and OBS
I will spend the day puzzling hope i can find the problem, How is this AUR Package working for others?
disc-kuraudo commented on 2017-06-05 19:28 (UTC) (edited on 2017-06-05 19:44 (UTC) by disc-kuraudo)
Version 10.9.3a2 got released, got it working on the latest kernel.
fthiery commented on 2017-05-12 14:45 (UTC)
@Houtworm nicely spotted, i trusted Firefox's "copy as curl" (and i shouldnt have). Now the AUR should download back automatically (but not if the file is already downloaded).
They have added user agent and content-type checking
curl 'https://www.blackmagicdesign.com/api/register/us/download/46d65f46d6434b16bd69482b0ca7dba3' -H 'User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:53.0) Gecko/20100101 Firefox/53.0' -H 'Content-Type: application/json;charset=utf-8' --data '{"country":"us","platform":"Linux"}'
Houtworm commented on 2017-05-10 21:58 (UTC)
I am Using the LTS Kernel, If you want i could try the Non LTS version. I am upgrading to a m.2 ssd anyway :)
Alexander-Prime commented on 2017-05-10 09:44 (UTC)
@fthiery, your request JSON is malformed. Fixing it:
{country":"us","platform":"Linux"} <- before
{"country":"us","platform":"Linux"} <- after
Seems to give the desired response.
Pinned Comments
goldensuneur commented on 2020-03-02 19:00 (UTC)
I finally had time to investigate the issue. It looks like that as of 11.5, the
DesktopVideoHelper.service
has to be running for the capture card to work properly.