amiaopensource / vrecord

Vrecord is open-source software for capturing a video signal and turning it into a digital file.
https://github.com/amiaopensource/vrecord
149 stars 44 forks source link

The domain/default pair of (/Library/Extensions/DeckLink_Driver.kext/Contents/Info.plist, CFBundleVersion) does not exist #729

Open XFRCollective opened 1 year ago

XFRCollective commented 1 year ago

Hello,

We are on MacOS 12.6, ffmpeg 5.1.1, Desktop Video 12.4. Vrecord is giving us this error when we type vrecord -e

"The domain/default pair of (/Library/Extensions/DeckLink_Driver.kext/Contents/Info.plist, CFBundleVersion) does not exist"

If we try to record without edit mode, we get the following error: " vrecord exited a form in an unexpected way (P1_ERR=1), please report this error to https://github.com/amiaopensource/vrecord/issues 2022-09-26T18:57:50 - Error details: /opt/homebrew/opt/ffmpegdecklink/bin/ffmpeg-dl"

The "Record" button is grayed out.

This issue occurred suddenly as is a blocking issue for us.

Let us know if you have any troubleshooting tips.

Screen Shot 2022-09-26 at 4 08 11 PM

dericed commented 1 year ago

What's the output of /opt/homebrew/opt/ffmpegdecklink/bin/ffmpeg-dl is not a usual ffmpeg output then could you try to brew upgrade or brew reinstall ffmpegdecklink

privatezero commented 1 year ago

This also seems potentially similar to the issue in https://github.com/amiaopensource/homebrew-amiaos/issues/171, which was resolved by running:

brew unlink decklinksdk
brew reinstall amiaopensource/amiaos/decklinksdk

and then reinstalling ffmpegdecklink

retokromer commented 1 year ago

The ffmpegdecklink upgrade to FFmpeg 5.1.2 is also in the pipeline.

XFRCollective commented 1 year ago

Heya! We won’t be at that computer for a few days to try again, but we did reinstall ffmpegdecklink, reinstall vrecord, brew upgraded several times, restarted computer to infinity, upgraded OS, Desktop Video, and Xcode. All the things! Will also try Andrew’s suggestion and report back. Stay tuned.

On Tue, Sep 27, 2022 at 11:28 AM Dave Rice @.***> wrote:

What's the output of /opt/homebrew/opt/ffmpegdecklink/bin/ffmpeg-dl is not a usual ffmpeg output then could you try to brew upgrade or brew reinstall ffmpegdecklink

— Reply to this email directly, view it on GitHub https://github.com/amiaopensource/vrecord/issues/729#issuecomment-1259674795, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEC6QVETN33ASRTBB767I7DWAMHB7ANCNFSM6AAAAAAQWHW76U . You are receiving this because you authored the thread.Message ID: @.***>

-- XFR Collective

P.I.T. 411 S 5th Street Brooklyn, NY 11211 www.xfrcollective.org @. @.>

retokromer commented 1 year ago

but we did reinstall ffmpegdecklink, reinstall vrecord, brew upgraded several times,

Did you the

brew unlink decklinksdk

step? This could be the missing part.

XFRCollective commented 1 year ago

Not yet :). We are only at that computer once or twice a week and no remote access, but I will try to get there tomorrow to test. Thank you everyone for quick responses.

On Wed, Sep 28, 2022 at 6:58 AM retokromer @.***> wrote:

but we did reinstall ffmpegdecklink, reinstall vrecord, brew upgraded several times,

Did you the

brew unlink decklinksdk

step? This could be the missing part.

— Reply to this email directly, view it on GitHub https://github.com/amiaopensource/vrecord/issues/729#issuecomment-1260736675, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEC6QVESLFJUG5OTKVFJH23WAQQD7ANCNFSM6AAAAAAQWHW76U . You are receiving this because you authored the thread.Message ID: @.***>

-- XFR Collective

P.I.T. 411 S 5th Street Brooklyn, NY 11211 www.xfrcollective.org @. @.>

XFRCollective commented 1 year ago

Hello,

We tbrew unlink decklinksdk and then

brew reinstall amiaopensource/amiaos/decklinksdk

and got this. Vrecord "record" button is still disabled

==> Downloading https://github.com/amiaopensource/SoyDecklink/archive/v10.11.2.t https://github.com/amiaopensource/SoyDecklink/archive/v10.11.2.t

Already downloaded: /Users/lispenard/Library/Caches/Homebrew/downloads/5beb3a1bc20b56bbf206109838db67faf49f9491076138472766dbe1414cc563--SoyDecklink-10.11.2.tar.gz

==> *Reinstalling *amiaopensource/amiaos/decklinksdk

🍺 /opt/homebrew/Cellar/decklinksdk/10.11.2: 32 files, 234.3KB, built in 1 second

==> Running brew cleanup decklinksdk...

Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.

Hide these hints with HOMEBREW_NO_ENV_HINTS (see man brew).

On Wed, Sep 28, 2022 at 9:53 AM XFR Collective @.***> wrote:

Not yet :). We are only at that computer once or twice a week and no remote access, but I will try to get there tomorrow to test. Thank you everyone for quick responses.

On Wed, Sep 28, 2022 at 6:58 AM retokromer @.***> wrote:

but we did reinstall ffmpegdecklink, reinstall vrecord, brew upgraded several times,

Did you the

brew unlink decklinksdk

step? This could be the missing part.

— Reply to this email directly, view it on GitHub https://github.com/amiaopensource/vrecord/issues/729#issuecomment-1260736675, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEC6QVESLFJUG5OTKVFJH23WAQQD7ANCNFSM6AAAAAAQWHW76U . You are receiving this because you authored the thread.Message ID: @.***>

-- XFR Collective

P.I.T. 411 S 5th Street Brooklyn, NY 11211 www.xfrcollective.org @. @.>

-- XFR Collective

P.I.T. 411 S 5th Street Brooklyn, NY 11211 www.xfrcollective.org @. @.>

marshalleq commented 5 months ago

Just in case it helps anyone, I had this error today after updating macOS. I didn't try the record, but the passthrough was working still. The steps above unlink / reinstall worked for me.