Posts: 15
Joined: Dec 2017
Reputation:
1
Hi,
Just wondered if anyone had tried kodi on the n100 hardware. The reviews of the box I've found say it's performance is a step up from the n6005 and it also supports vc1 hardware decoding.
A box on the beelink site can be had for just over £200.
Thank in advance for any feedback.
Posts: 14,208
Joined: Nov 2009
Reputation:
711
Klojum
Lost connection
Posts: 14,208
2023-03-01, 12:45
(This post was last modified: 2023-03-01, 13:06 by Klojum. Edited 2 times in total.)
That box was introduced only 3 weeks ago, I doubt if it's already plenty available in shops.
Seeing reviews, this is also a (minor?) factor:
"As mentioned, this particular processor has limited RAM support to one channel DDR4. This is a limiting factor for integrated graphics which can easily result in double digit performance loss."
So you 'might' even be better off with a J5040 box (UHD605 gpu) with dual-ram support.
Posts: 15
Joined: Dec 2017
Reputation:
1
Thanks yes totally agree single channel memory is the big drawback with a bench mark I've just read saying gpu 15% deficit compared to n6005 with dual but performed better than n5105 with dual.
Just seems a little bit more future proof with vc1,WiFi 6, and does support DDR 5 memory which could help close the GPU deficit but will probably wait until a few more reviews are out.
Posts: 129
Joined: Aug 2010
Reputation:
5
I've got an AL N95 box (a bit of a step down from the 100) and it is blazing with the libreelec nightlies... I also think you mean it supports AV1 decode in HW (which I've confirmed it does). I very much recommend it.
Posts: 4,007
Joined: Jan 2023
Reputation:
407
AV1 would certainly be useful towards future proofing
Posts: 15
Joined: Dec 2017
Reputation:
1
Thanks for the info sounds promising and yes I meant v1 hw decode. Are the libreelec builds the nexus 11 nightlies ?
Posts: 129
Joined: Aug 2010
Reputation:
5
Yes, libreelec 11 nightlies/betas. The Alder Lake graphics need the newer Linux Kernels (6.1 IIRC in these LE versions).
Posts: 280
Joined: May 2009
Reputation:
3
2023-08-17, 23:09
(This post was last modified: 2023-08-17, 23:11 by htpcero. Edited 1 time in total.)
The graphics performance probably impacts gaming type workloads (opengl) but I doubt it matters for a video/audio HTPC since n100 has hardware decoders for all the relevant codecs, includng av1, so very much future proof
N6005 gpu has 32 EUs vs 24 in the N100 so beyond the dual channel thing there is that. Still for compute workloads N100 blows J5040 out of the park (twice the performance) and is a bit better than N6005 as well
Posts: 4
Joined: Sep 2023
Reputation:
0
I have a system based on an Intel Processor N100, which I'm hoping to use as mostly a Kodi box. I am currently running Kodi from Debian, but I've encountered problems with jerky playback of H265 video. Before I spend a lot of time trying to diagnose those, I wonder if someone here already has Kodi running satisfactorily on their Alder Lake-N systems, and if so, could you describe your setup? Though I prefer Debian, I'm willing to use a different distro or Libreelec if it's a better choice for Kodi on this hardware.
Posts: 4
Joined: Sep 2023
Reputation:
0
Thanks for your reply. The only reason why I'm a bit reluctant to try Libreelec is because I have a separate partition for media, and it's my understanding that Libreelec assumes it can take over the whole disk. I could probably get around it, but because of this misfeature Libreelec is still my last resort.
Posts: 280
Joined: May 2009
Reputation:
3
2023-09-17, 21:29
(This post was last modified: 2023-09-17, 21:30 by htpcero. Edited 2 times in total.)
I am about to upgrade my old HTPC to n100 as well, running on Ubuntu LTS. Before troubleshooting I'd recommend using the Kodi team PPA to source the debs. They embed and patch ffmpeg extensively amongst other customizations that the debian packager is well known not to include.
I am also not able to use librelec because this machine acts as a home server, serving files, running a bunch of scripts and docker containers. I have been using the Kodi stable PPA for probably a decade and I can't recall having any issue with it.
P.s. for alderlake you also want to make sure you run a relatively recent kernel, preferably 6.1. In Ubuntu LTS you can easily get this by installing the latest "OEM" kernel with apt.
Posts: 280
Joined: May 2009
Reputation:
3
2023-11-07, 08:22
(This post was last modified: 2023-11-08, 02:38 by htpcero. Edited 1 time in total.)
N100 on Asrock N100DC ITX
Ubuntu 22.04, team-kodi kodi packages
- required kernel 6.5 (linux oem d), otherwise basic hevc video playback from youtube fails (core dump)
- required python3.11-full and libpython3.11 amd patchelf on the kodi binary, otherwise most addons crashed the system (core dump, created by libpython),
With this, the system has been very stable. The only issue I am having is with AV1 4K videos, they seem to cause a crash in inputstream-adaptive most of the time. Non-youtube AV1 content also crashes AV1 HW accelerations is enabled (SW decoding works for up to 1080p). Wondering if anyone got AV1 HW decoding to work on this cpu.on linux, what distro/kodi/kernel combo works, if any?