Posts by CvH
-
-
you need to kill the ccache, this is a known problem at some cpus that they won't build openssl with ccache anymore
cd /home/le/LibreELEC.tv/build.LibreELEC-S912.arm-9.0-devel/
rm -rf .ccache/
then
PROJECT=Amlogic DEVICE=S912 ARCH=arm scripts/clean openssl
PROJECT=Amlogic DEVICE=S912 ARCH=arm make image
-
tested current master and it worked without any problem
Code
Display Moremake[2]: Entering directory '/home/cvh/Git/LE-CvH/build.LibreELEC-S912.arm-9.0-devel/crazycat-2017-12-06/linux' Applying patches for kernel 3.14.29 patch -s -f -N -p1 -i ../backports/linux-301-AML-videobuf-resource.patch patch -s -f -N -p1 -i ../backports/linux-302-AML-amlogic-video-dev.patch patch -s -f -N -p1 -i ../backports/linux-303-AML-meson-ir.patch patch -s -f -N -p1 -i ../backports/linux-304-AML-wetekplay.patch patch -s -f -N -p1 -i ../backports/linux-305-AML-dmx_h.patch patch -s -f -N -p1 -i ../backports/linux-306-AML-build-dvb-avl.patch patch -s -f -N -p1 -i ../backports/api_version.patch patch -s -f -N -p1 -i ../backports/pr_fmt.patch patch -s -f -N -p1 -i ../backports/debug.patch ...
try
PROJECT=Amlogic DEVICE=S912 ARCH=arm scripts/clean crazycat
PROJECT=Amlogic DEVICE=S912 ARCH=arm make image
-
this was fixed 6 days ago, pls get current master
-
in config/plugin/epg2vdr it requires a epg.dat
is it enough if you just create the folder ? not sure from where you get the epg.dat
-
As for the logging: If you do not want to enable global debug logging in kodi, you can set the log level of vdr in the vdr.start script (line 54) and examine it in the system logs via "journalctl -x"
activate at Kodi -> vdr addon settings -> enable logging
we fixed it for LE9, so all you have is to enable debuglog at addon settings
-
you can have a look at my git, I already done it
I added to commits for VDR integration, just pull and build
how can i follow the vdr - logging? (messages, syslog, user.log?)
activate at Kodi -> vdr addon settings -> enable logging, then you have an log at /storage/.kodi/userdata/addon_data/skin.estuary/service.multimedia.vdr/
-
PROJECT=Generic ARCH=x86_64 ADDON_OVERWRITE=yes scripts/create_addon vdr-addon <- for generic
thats creates an vdr-addon-$version.zip that could be installed via kodi, the build addons are at LE/target/addons/...
^^^ this requires an LE9 build that it works, if you made PROJECT=Generic ARCH=x86_64 make image you should have already a build
compiled addon
idk how to configure it (no time to test it runtime yet), there is an debug/log function at the vdr-addon that would allow to search for problems
-
updated buildfix2 · CvH/LibreELEC.tv@892d138 · GitHub
and added vdr-addon: add vdr-plugin-epg2vdr · CvH/LibreELEC.tv@45b658a · GitHub
There is likely some configuration needed ? I have no idea how that plugin works.
libvdr-epg2vdr.so.2.3.8 is 5 MB.
mine too, guess I looked at the not stripped one
-
No idea about the AMD stuff
afaik there is "just" kernel 4.15/16 need and it should work - but no idea if vaapi (GPU accelerated video playing) is working already
-
there shouldn't not be $ROOT/ used.
its from an LE8 branch copied, already fixed that but forgot to commit
strangely the plugin is really big - no idea if this is normal
whole Tvheadend is around ~6-7Mb (with much more functions then VDR can provide even with plugins), just the epg2vdr plugin is around 8mb ...
-
MAYBE solution 1. update to LE9/Milhousebuild (still Alpha!)
should work solution 2. convert the ts files to mkv (mkvtoolnix) or directly record to mkv
-
-
Hmm zlib worked for me, but this is a minor problem.
I get exactly the same output - no idea actually.
I tried strip_gold and strip_lto but doesn't change anything. Maybe a general bug or something (ofc we could miss something)? Maybe worth to ask at vdr-portal.de at the plugin thread if they know whats up.
-
even with 1gb RAM you need no swap
-
I can't build for those kszaq builds, you have to ask at the thread if you need to upgraded version.
-
LE8.2 is our stable branch with "no" know problems of Tvheadend so far, the update from 4.2.3 to 4.2.5 is not that trivial anymore and there are no big gains due that but the possibility to break something that worked before.
if you need bleeding etch you can ofc also try Tvheadend nightly builds for LibreELEC
-
maybe git fetch cvh-git ?
not too sure
(I use smartgit as gui, there it is a bit easier)