Beiträge von chulio

    pvr.eon.21.7.8.linux.x86 release from first page is actually linux-aarch64 for rpi, and works with RPi 4 and LibreELEC (Omega) 12.0.1...

    Thanks, the file you indicated installs, but I get the same error ! (Addon couldn't be loaded ...) And again NO SERIAL is being created and KODI crashes and reboots every time I try to enable it.

    Even if I add a serial (from RPI2B), it doesn't work. Is something wrong with LibreElec 12.0.1 for RPI4, I use the LibreElec app in Windows 11 to create write the image onto the SD card ?

    I also downloaded dEXE's repository, installed it and then within the repository installed PVR EON 21.7.8+linux-x86 - same error and kodi crashing & rebooting automatically.

    It worked on RPi4 with Raspbian 64 bit where I could generate the Omega linux.aarch64 21.7.9 version, big thank you !

    However, when adding the addon in LibreElec 12.0.1, I get the same error as when I download the Nexus linux.aarch64 version from the page here (with LibreElec 11.0.6), independant of the credentials (which are correct and work on RPI2B as well as on google tv chromecast 4k).

    During install or when I try to enable it, it says "PVR clients: EON PVR client", "Add-on couldn't be loaded. An unknown error has occurred". It does not create a device serial neither (while usually it gets created, ps: I'm using sbb). What should I do against it, did anybody experience the same error ?

    Many thanks in advance !

    Anybody had the same issue and could solve it ? 🙂

    Many thanks in advance !

    Compile on Rpi4 directly!

    It worked on RPi4 with Raspbian 64 bit where I could generate the Omega linux.aarch64 21.7.9 version, big thank you !

    However, when adding the addon in LibreElec 12.0.1, I get the same error as when I download the Nexus linux.aarch64 version from the page here (with LibreElec 11.0.6), independant of the credentials (which are correct and work on RPI2B as well as on google tv chromecast 4k).

    During install or when I try to enable it, it says "PVR clients: EON PVR client", "Add-on couldn't be loaded. An unknown error has occurred". It does not create a device serial neither (while usually it gets created, ps: I'm using sbb). What should I do against it, did anybody experience the same error ?

    Many thanks in advance !

    Every compilation from source must match current version of addon and Kodi.

    For example Kodi 21 - pvr addon 21.xx

    Within compilaton must specify branch Omega or branch Nexus.

    There is a little trick with building.

    1. git clone --branch Nexus https://github.com/xbmc/xbmc.git
    2. git clone --branch Nexus https://github.com/nirvana-7777/pvr.eon.git

    and so on...

    That worked with Omega, thanks a lot !! However, as I used "all" for platforms.txt (and compiled in a LXC using x86_64) and tried to install the add-on on the Raspberry Pi 4, it didn't work. How do I choose the right platform ? Do I need to compile it on the RPi4 directly to make it work ?

    Thanks and Cheers in advance !

    Hi guys,

    Thanks a lot for the great addon !

    I tried to compile myself (ubuntu and debian proxmox CT), but I always get the same error at "make".

    Actually I'm looking for a RPI 4 addon. (I downloaded the RPI 2B addon from the forum here which works, but RPI 2B weak cpu allows me only for 720p and 1080p makes more fun).

    ****

    ....

    [ 90%] Building CXX object CMakeFiles/pvr.eon.dir/src/PVREon.cpp.o

    In file included from /home/pvr.eon/src/PVREon.h:14,

    from /home/pvr.eon/src/PVREon.cpp:9:

    /home/pvr.eon/src/http/HttpClient.h:9:7: warning: 'HttpClient' declared with greater visibility than the type of its field 'HttpClient::m_settings' [-Wattributes]

    9 | class HttpClient

    | ^~~~~~~~~~

    /home/pvr.eon/src/PVREon.h:145:13: error: 'PVR_ERROR CPVREon::GetChannelStreamProperties(const kodi::addon::PVRChannel&, std::vector<kodi::addon::PVRStreamProperty>&)' marked 'override', but does not override

    145 | PVR_ERROR GetChannelStreamProperties(

    | ^~~~~~~~~~~~~~~~~~~~~~~~~~

    make[5]: *** [CMakeFiles/pvr.eon.dir/build.make:188: CMakeFiles/pvr.eon.dir/src/PVREon.cpp.o] Error 1

    make[4]: *** [CMakeFiles/Makefile2:110: CMakeFiles/pvr.eon.dir/all] Error 2

    make[3]: *** [Makefile:156: all] Error 2

    make[2]: *** [CMakeFiles/pvr.eon.dir/build.make:88: pvr.eon-prefix/src/pvr.eon-stamp/pvr.eon-build] Error 2

    make[1]: *** [CMakeFiles/Makefile2:132: CMakeFiles/pvr.eon.dir/all] Error 2

    make: *** [Makefile:91: all] Error 2

    ****

    I needed first to install the following: apt install git build-essential cmake

    before I proceeded with the recipe.

    What am I doing wrong ?

    Thanks and Cheers in advance !