-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install this AddOn #308
Comments
What version of ffmpeg do you have installed? My guess is you have ffmpeg 7 and kodi is waiting for that PR to be merged so is still on version 6. |
the version 6.1 of ffmpeg is installed, but i become this Error from pacman |
I believe you need 6.0 of ffmpeg and not 6.1 |
6.1 and 7.0.21 are in the repro from manjaro - 6.0 not. |
Can you build and install 6.0 manually? Otherwise I’m not sure how to get around this. |
why use ffmpeg 6.0? Greetings from germany |
@phunkyfish The advice to install older ffmpeg is a disaster waiting to come. I had 20.x addon built along ffmpeg 6.1.1 in Debian sid just fine: https://salsa.debian.org/multimedia-team/kodi-media-center/kodi-inputstream-ffmpegdirect/-/tree/debian/20.5.1+ds-1/debian/patches?ref_type=tags |
Then the issue must be something else then. Ffmpeg 6 should be API stable AFAIK and should not cause problems. Anyway to make sure it’s choosing the correct ffmpeg version to build against (I.e. FFmpeg 6 and not 7)? |
Unfortunately we can’t build against a different ffmpeg verison than is used in Kodi, they must remain the same. But any v6 release of ffmpeg should work. I don’t know why this is not working for you. |
Can you not install |
wow, 100%. And now what is your info that's help me? Greetings Heiko |
Now I’m just confused, does the addon work once installed? |
I Can't install the Addon and i can't install ffmpeg 6.0. Greetings Heiko |
Sorry, I’m not a Linux user. So installing the addon is actually building it? I.e. the ffmpeg error comes from the attempted install? |
Let me spin a Manjaro container and check what's there… |
Hello basilgello, have you spin the Manjaro container? If yes, can you install the AddOn? Greetings |
I did spin Also, Manjaro Package Tracker confirms that: https://manjaristas.org/branch_compare?q=kodi-addon Trying to find the repo for the addon package in Manjaro now |
Well… Manjaro devs followed the path of least resistance and picked up AUR PKGBUILD that bundles ffmpeg 6.0.1 into Kodi, instead of picking up #24972 port from Debian and using currently shipped FFmpeg 7.0.2. The ffmpegdirect CMakeLists.txt now has no code to build ffmpeg from depends so a conflict arose |
One option would be to uninstall Kodi from Manjaro and install |
sudo pacman -S kodi-git sudo -S kodi-addon--git Greetings |
But keep in mind it will probably install v22 Piers! |
pamac build kodi-git pr24972.patch ... FEHLGESCHLAGEN |
i think i must change my os from manjaro to debian, because in debian kodi and his addons works. heiko |
You can :) I am maintaining Kodi there and we are about to backport v21 to bookworm! |
I have been trying to install / uninstall all variants to get the kodi-addons-inputstream-ffmpeg to install without success.
im open to suggestions - perhaps im not able to select the ffmpeg6 version correctly - really kinda frustrating... :-/ |
24972 is a patch for ffmpeg7, basically xbmc/xbmc#24972 :) It was rebased several times, so it must be a PKGBUILD problem if it fetches the patch by "generic" name and not by commit hash. |
this PKGBUILD doesn't works with my manjaro Linux ;-( Greetings
|
ee any operating system documentation about shared libraries for
|
With the binary from https://github.com/arnesongit/inputstream.ffmpegdirect-binaries?tab=readme-ov-file it works. Greetings Heiko |
Hello,
i can't the install this AddOn on
my system.
kodi_error_log.txt
Every time if a new version of kodi is avaible, this AddOn can't install - why?
Greetings from germany
Heiko
The text was updated successfully, but these errors were encountered: