Addons should be updated now.
Posts by jernej
-
-
Addons in repo must be updated. In the meantime, you can try to build addon by yourself.
-
Should there be a place for the final version of the last Kodi version (eg: version 18) for download?
There is no images with Kodi 18 for Allwinner that you can download from LE website. Maybe someone will provide them on forum as community images.
-
Also I noticed that images for Orange Pi PC Plus are smaller than others, is it right?
It seems that images were not fully transferred. Let's see if next nightly will be ok.
-
Please, is there a way to know that the PVTV IPTV Simple Client will work again without having to install a new build
You don't need to update image, you have to wait for addons update. They will probably be updated soon but I can't tell you when exactly.
-
That addon is not supported by Allwinner images because it would overwrite Cedrus improvements. You can only use DVB devices supported in mainline kernel. All DVB drivers should be enabled.
-
No, I don't have any A10 board. However, your statements are contradictory. Link name mentions broken H264 decode but you linked to error message which clearly come from GPU. GPU and VPU have nothing in common. Full HD screen only needs about 8 MiB of memory for GUI (used by GPU). Hard to say anything...
-
-
Let me be judge of that
Anyway, iptv simple client is binary addon, so nothing python related. Kodi is updated in master from time to time, so binary addons stop working until they are updated. Nightly images don't have any guarantee about stability. That's why we have stable releases, for Allwinner images that will be LibreELEC 10 (after Kodi 19 is released, no ETA whatsoever).
-
Nope, I only work on top of master branch. Kodi 18 would need too much effort which I could better spend elsewhere.
-
Do you have any list of steps how to run Armbian on H6 with hw acceleration?
No, but your list is almost ok. If you pick Kodi master (very latest), you don't need any additional Kodi patch. However, you need patched ffmpeg and build with additional options.
Note that good performance is achievable only in configuration used by LibreELEC:
1. Kodi master - DRMPRIME codec/renderer gets constant fixes and improvements, so using latest, development version is important
2. No window manager, e.g. X11 - for best possible performance, DRM features are used directly. I don't think that's possible under X11, I never tried. Wayland may work now or in the future, I don't know current state.
3. CMA size must be set sufficiently high - for 4K 8-bit around 256 MiB and for 4K 10-bit 384 MiB - that are just guesstimates, which seems to work fine with LE
4. Set gui size max to 1080p in config (check Kodi config in Allwinner project). While T720 is in theory capable of 4K, there is no reason for GUI to be that big. 4K movie on 4K TV will still be rendered without scaling, just any GUI or overlays (subtitle) will be upscaled.
Point 1 also brings additional limitations - only Python3 addons will work and it might be unstable from time to time.
-
Kodi was recently updated in master branch, so addons will have to be updated. Not sure when that will be.
levitsky86 Old nightly images are deleted from server.
-
Actually, ARM driver run at highest speed all the time. About a week ago I also increased lima frequency for smoother GUI experience.
Anyway, I doubt lima is at fault here. You know that many packages got updated from the time GPU driver switch happened, including Kodi. You can still build image with ARM driver although kernel driver might need update. Note that during video playback GPU normally doesn't do much, if anything. You can also run perf top to see which function takes most of CPU time.
chewitt lima will support DVFS with 5.8 and at least H3 has DVFS table already merged.
-
Ok, panfrost patch which caused instability on H6 was removed. Next nightly should work well again on H6 boards.
-
LuRu Please test this one: LibreELEC-H6.arm-9.80-devel-20200416213013-837464c-orangepi-lite2.img.gz
It has panfrost driver updated a bit which should hopefully solve the issue you have.
-
ok, this doesn't help, no error visible and you are running "devel-20200404212626", which is not the one which cause issues.
-
hm... you tested "devel" image, which is not nightly. Anyway, I tested OrangePi 3 nightly image from same day and I can't reproduce any crash. Can you provide any log trough ssh? dmesg and kodi.log would help.
-
When will a new image be available?
Changes are applied in next nightly image after PR gets merged, but I don't know when it will be merged.