Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server
Hi,

here's a way to install the TVH Addon by hand. It worked for me on Ubuntu Server 15.10 like described in the instructions by Fritsch.

Here is what you have to do:

Code:
git clone https://github.com/xbmc/xbmc.git
git clone https://github.com/kodi-pvr/pvr.hts.git
cd pvr.hts && mkdir build && cd build
cmake -DADDONS_TO_BUILD=pvr.hts -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons
make

Addon-Folder will be build with the /home/"USER"/xbmc/addons clone

Simply copy this pvr.hts folder to /usr/share/kodi/addons (have to do it with root access)
You have to use this folder not the kodi addon folder in /home/"USER"/.kodi/addons as it is a system-addon

Alex
Reply


Messages In This Thread
Live TV broken again? - by schamane - 2016-02-29, 19:56
Random crashes - by hal2100 - 2016-03-08, 22:03
RE: New Era: VAAPI with EGL interoperation - by alex.ba - 2016-03-11, 13:55
Strange Behaviour - by MicTie - 2016-12-07, 10:46
Working lirc with mce remote - by fr1day - 2019-08-10, 17:36
Logout Mark Read Team Forum Stats Members Help
Intel VAAPI howto with Leia v18 nightly based on Ubuntu 18.04 server18