Hi,
I'm trying to compile the add-on service tvheadend v4.2.8-36 (the last one) for a nanopi m4. The OS and kodi are working well. I installed this add-on from the extension panel in the GUI, also installed the client. After configuraing the server, I can perfectly watch the TV, using an avermedia vola hd2 (TD110) usb stick. The problem is taht as soon as I change the channel, Kdoi crashes and my nanopi tryies to reboot, and fails.
So I decided to see if it is a pb of compatibility with my custom libreelec buid for the nanopi, and thus to compile myself the tvheadend server. But it fails
During the configuration phase, it appears to detect that strlcpy and strlcat are available, which is quite weird. It implies a lot of warning 'implicit declaration of ..." and the link obviously fails.
I tried to compile tvheadendv 4.3, and surprisingly, it works perfectly and during configuration, strlcpy and strlcat are not detected as available. But, this version does not work very well.
I tried to compare the package.mk of both versions and I can't see anything that would lead to strlcpy detection in version 4.2 and not in version 4.3
Does anybody have an idea about what happens and how to solve that ?
Thanx