Posts by loblik

    It also doesn't work in my latest 7.0.3 build. I'm aware of this and trying to find a solution.

    Ok. I installed service.tvheadend42-7.0.102.zip from older build manually. But it failed to start because missing symlinks to shared libraries. So I setup symlinks in /tmp and add /tmp to LD_LIBRARY_PATH and then tvheadend started successfully and tuned mux without problems.

    If anyone wants to use this workaround until its fixed just install this older tvheadend and then add this to /storage/.kodi/addons/service.tvheadend42/bin/tvheadend42.start just before last if statement with tvheadend execution.

    Code
    (                                       
    cd /tmp                                    
    umask 077                                                 
    mkdir links
    ln -sf /usr/lib/libssl.so.39.0.0   links/libssl.so.35
    ln -sf /usr/lib/libcrypto.so.38.0.0  links/libcrypto.so.35
    )

    I know that dvb-t support is considered experimental but on latest build tvheadend can't tune dvb-t tuner anymore.

    Code
    Jan 29 14:13:15 LibreELEC tvheadend[3505]: linuxdvb: Afatech AF9033 (DVB-T) : DVB-T #0 - DTV_CLEAR failed [e=Inappropriate ioctl for device]

    It worked fine on 7.0.3 build. Maybe tvheadend was compiled against wrong kernel headers?