xbmc / inputstream.ffmpegdirect

Supports streams opened by FFmpeg's libavformat or Kodi's cURL such as plain TS, HLS and DASH (non-DRM) as well as many others. There is support for Archive/Catchup services where there is a replay window and can timeshift across that span. Also provides timeshift for live streams where rewind/pause and fast-forward would not have been available.
GNU General Public License v2.0
57 stars 40 forks source link

[Nexus] fix ffmpeg build on binutils version 2.41 or higher #287

Closed AlwinEsch closed 3 months ago

AlwinEsch commented 3 months ago

Relates to issue https://github.com/xbmc/inputstream.ffmpegdirect/issues/285 and as still active with Kodi 20 in Ubuntu here a short request to fix.

phunkyfish commented 3 months ago

Strange. OSX is having an issue on the builders. Don’t know why.

AlwinEsch commented 3 months ago

Strange. OSX is having an issue on the builders. Don’t know why.

Yes really strange, maybe they updated the build system and no more works in Nexus and this the first request to it. Think someone with server access to Jenkins server needs to look whats exact wrong.

HRompel commented 2 months ago

Hello, if i will today try to install the AddOn, Pacman show the version 21.3.5-1. If i try to install this version, pacman will use this PKGBUILD: PKGBUILD.txt and i become this error: build_error.txt

Why?

Greetings from Germany Heiko

phunkyfish commented 2 months ago

What version of ffmpeg are you trying to build against?

note, your log is difficult to read as the messages are not in English.

phunkyfish commented 2 months ago

Maybe @AlwinEsch can take a look

HRompel commented 2 months ago

Hello,

What version of ffmpeg are you trying to build against? ffmpeg 2.6.2.2-6 is installed. I try to install the Kodi Addon: kodi-addon-inputstream-ffmpegdirect 21.3.5-1

note, your log is difficult to read as the messages are not in English. I have the some problem with build my questions and understand the answers :-)

Greetings from germany Heiko

HRompel commented 2 months ago

Hello,

Maybe @AlwinEsch can take a look

How does @AlwinEsch want to look at this? Team viewer?

Heiko

AlwinEsch commented 2 months ago

No idea so far what exact there happens. Maybe this helps, found e.g. this https://bugs.gentoo.org/650460 where the same was reported.

We can try to revert the patch from here https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=a64df19c5bd22f543a254a7b93c82ade50038ff5.

Have created this request about it https://github.com/xbmc/inputstream.ffmpegdirect/pull/293 You can try with download and test this patch on add-on source dir with:

wget https://github.com/xbmc/inputstream.ffmpegdirect/pull/293.patch
patch -Np1 -i 293.patch

NOTE: The comment text was come to fast and was not complete, is edited now.

HRompel commented 2 months ago

after install the patch i can install the ffmpeg-addon , but if i try to look tv kodi crash.

/usr/bin/kodi: Zeile 181: 2517 Speicherzugriffsfehler (Speicherabzug geschrieben) ${KODI_BINARY} $SAVED_ARGS Crash report available at[kodi_crashlog-20240416_202459.log]

(https://github.com/xbmc/inputstream.ffmpegdirect/files/15001188/kodi_crashlog-20240416_202459.log)

greetings heiko