sorry to report that "kodi from debian" has a lot of issues, particularly with streaming, it's really a time waster.
Apparently kodi uses it's own patched curl in order to get around some CDN/cloudflare limitations and "kodi from debian" uses the system curl libs which simply do not work for iptv-simple use cases.
This is just one of the many issues - but a showstopper for me - there are several other little issues each one of which takes time and effort to squash.
I tried to compile kodi / nexus from source, on my ubuntu 23.10 htpc (I needed a new kernel for the n100 CPU), but this fails at one of the initial steps, building the flatbuffers dependency:
Code:
usr/include/c++/13/bits/stl_algobase.h:437:30: error: ‘void* __builtin_memcpy(void*, const void*, long unsigned int)’ writing between 2 and 9223372036854775803 bytes into a region of size 0 overflows the destination [-Werror=stringop-overflow=]
437 | __builtin_memmove(__result, __first, sizeof(_Tp) * _Num);
This HTPC needs Kodi standalone / GBM so the flatpak is a no-go.
So - not sure what to do.
@ KODI devs, could you please keep the ubuntu PPA alive, and add support for 23.10. It was really very useful, the debian packages are not really useful
If anyone knows a 3rd party repo or binary build that works on 23.10, anyway to get kodi standalone on GBM to work on this OS please advise