This is a Kodi PVR addon for streaming live TV from zattoo.
git clone --branch master https://github.com/xbmc/xbmc
git clone --branch Omega https://github.com/rbuehlma/pvr.zattoo
cd pvr.zattoo && mkdir build && cd build
cmake -DADDONS_TO_BUILD=pvr.zattoo -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons
make package-pvr.zattoo