Package Details: kodi-addon-inputstream-ffmpegdirect 21.3.5-5

Git Clone URL: https://aur.archlinux.org/kodi-addon-inputstream-ffmpegdirect.git (read-only, click to copy)
Package Base: kodi-addon-inputstream-ffmpegdirect
Description: Inputstream ffmpegdirect kodi plugin
Upstream URL: https://github.com/xbmc/inputstream.ffmpegdirect
Keywords: addon arm AUR kodi
Licenses: GPL
Groups: kodi
Provides: kodi-addon-inputstream-ffmpegdirect
Submitter: ivanich
Maintainer: ivanich
Last Packager: ivanich
Votes: 8
Popularity: 0.024614
First Submitted: 2021-02-21 20:51 (UTC)
Last Updated: 2024-04-16 18:19 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

nfs commented on 2023-10-10 22:34 (UTC) (edited on 2023-10-13 01:27 (UTC) by nfs)

This won't build. I get the following errors:

make[6]: *** [/home/userx/Downloads/Builds/kodi-addon-inputstream-ffmpegdirect/src/inputstream.ffmpegdirect-20.5.0-Nexus/build/build/ffmpeg/src/ffmpeg/ffbuild/common.mak:67: libavformat/adtsenc.o] Error 1

make[5]: *** [CMakeFiles/ffmpeg.dir/build.make:86: ffmpeg-prefix/src/ffmpeg-stamp/ffmpeg-build] Error 2

make[4]: *** [CMakeFiles/Makefile2:83: CMakeFiles/ffmpeg.dir/all] Error 2

make[3]: *** [Makefile:136: all] Error 2

make[2]: *** [CMakeFiles/ffmpeg.dir/build.make:86: build/ffmpeg/src/ffmpeg-stamp/ffmpeg-build] Error 2

make[1]: *** [CMakeFiles/Makefile2:220: CMakeFiles/ffmpeg.dir/all] Error 2

make: *** [Makefile:91: all] Error 2

==> ERROR: A failure occurred in build().

Aborting...

==> Removing installed dependencies...

Dark_iaji commented on 2023-09-29 20:50 (UTC)

https://github.com/xbmc/inputstream.ffmpegdirect/issues/164

What should I do now regarding some relevant records.

Dark_iaji commented on 2023-09-29 20:35 (UTC) (edited on 2023-09-30 14:03 (UTC) by Dark_iaji)

https://github.com/daiaji/inputstream.ffmpegdirect/tree/fix

I have completed some of the work, but it seems that the patch will not be applied when compiling the AUR package. Do you guys have any ideas?

csts commented on 2023-09-19 08:00 (UTC)

Building from source fails for Kodi Omega Alpha 3. This package gives:

==> ERROR: Failure while downloading https://github.com/xbmc/inputstream.ffmpegdirect/archive/21.0.2-Omega.tar.gz
    Aborting...

Xander0206 commented on 2023-06-28 06:15 (UTC)

Thank you @nmars, @csts, it worked now. Previously, it was already possible to build an addon according to the git instructions, but I did not understand how to install it in Kodi. You just need to copy)

csts commented on 2023-06-28 01:37 (UTC)

Thank you @nmars. After your comment I also built it from source -I needed to install the nasm package, then just copied /xbmc/build/addons/inputstream.ffmpegdirect in my /.kodi/addons/ and my Kodi Omega works fine.
https://github.com/xbmc/inputstream.ffmpegdirect#linux

nmars commented on 2023-06-27 19:34 (UTC)

for anybody this day 27 june 2023 using arch linux i succesfully compiled ffmpegdirect from git repository master branch no vulkan headers normal cflags for csts also

Xander0206 commented on 2023-06-13 06:04 (UTC) (edited on 2023-06-20 06:42 (UTC) by Xander0206)

Hello. I can't build a package for Manjaro, how can I fix this? Flag -flto doesn't help(

CMake Error at libxml2-stamp/download-libxml2.cmake:170 (message): Each download failed!

error: downloading 'http://xmlsoft.org/sources/libxml2-2.9.10.tar.gz' failed

I turned on vpn, this archive was downloaded. But errors like @csts.

csts commented on 2023-05-28 22:29 (UTC)

Thank you @ivanich, I switched temporarily myself from "idiot mode" to "read pinned comments mode", but using -flto didn't help, I got the same error as below.

  CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -flto -fexceptions \
        -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security \
        -fstack-clash-protection -fcf-protection"

ivanich commented on 2023-05-28 21:32 (UTC)

@csts

pacman -Qi kodi-addon-inputstream-ffmpegdirect 
Name            : kodi-addon-inputstream-ffmpegdirect
Version         : 20.5.0-1

Built with -flto.