Since the last ffmpeg update to Version 1:3.4.2-2 kodi is compile without error but start with this error:
ffmpeg[7FFAACA5C900]: Invalid return value 0 for stream protocol 12:11:39.467 T:140714615097600 DEBUG: Previous line repeats 5 times. 12:11:39.467 T:140714615097600 ERROR: Could not find suitable input format: image/png
and segfault.
If i enable the buildin ffmpeg from kodi in the package.conf kodi is working again but is logical bigger and i like to get rid of double packages.
Im the onlyone with this problem?
Pinned Comments
graysky commented on 2022-06-11 11:49 (UTC)
@laichiaheng - kodi is bound to a specific version of ffmpeg which is generally older than Arch's package. We avoid incompatibilities by using that specific version (ie internal ffmpeg). Recommend that you build kodi in clean chroot. See: https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot
I wrote a script that automates much of that called clean-chroot-manager offered here in the AUR.