Uploaded March 2021 | Updated September 2026, 2 weeks ago
Hello video showing you how to build TVheadend from the Github Source Code which will give you a more up to date version but be warned it may have the odd quirk and also takes over an hour to do
Download link to Text Doc drive.google.com/file/d/1NjYMPBw7l19WlNA-vWWKnYtVb2Yf-AwN/view?usp=sharing
Update
sudo apt update
sudo apt full-upgrade
Dependencies
sudo apt-get install git build-essential debhelper pkg-config fakeroot libavahi-client-dev libssl-dev libcurl4-gnutls-dev liburiparser-dev cmake libpcre3-dev libdvbcsa-dev libpcre2-dev
Tvheadend Git
git clone github.com/tvheadend/tvheadend.git build/tvheadend/master
Change Directory
cd build/tvheadend/master
Run Autobuild
AUTOBUILD_CONFIGURE_EXTRA=--disable-libvpx\ --disable-libvpx_static\ --enable-libav\ --enable-libfdkaac\ --enable-hdhomerun_client\ --enable-ffmpeg_static\ --disable-bintray_cache ./Autobuild.sh
Or use Autobuild below which take s a bit longer but will give you a few more options within TVheadend
./Autobuild.sh
Move out of build directory
cd ..
Run dpkg -i the .deb
sudo dpkg -i
#Raspberrypi #TVheadend #HaveFun
Hello video showing you how to build TVheadend from the Github Source Code which will give you a more up to date version but be warned it may have the odd quirk and also takes over an hour to do
Download link to Text Doc drive.google.com/file/d/1NjYMPBw7l19WlNA-vWWKnYtVb2Yf-AwN/view?usp=sharing
Update
sudo apt update
sudo apt full-upgrade
Dependencies
sudo apt-get install git build-essential debhelper pkg-config fakeroot libavahi-client-dev libssl-dev libcurl4-gnutls-dev liburiparser-dev cmake libpcre3-dev libdvbcsa-dev libpcre2-dev
Tvheadend Git
git clone github.com/tvheadend/tvheadend.git build/tvheadend/master
Change Directory
cd build/tvheadend/master
Run Autobuild
AUTOBUILD_CONFIGURE_EXTRA=--disable-libvpx\ --disable-libvpx_static\ --enable-libav\ --enable-libfdkaac\ --enable-hdhomerun_client\ --enable-ffmpeg_static\ --disable-bintray_cache ./Autobuild.sh
Or use Autobuild below which take s a bit longer but will give you a few more options within TVheadend
./Autobuild.sh
Move out of build directory
cd ..
Run dpkg -i the .deb
sudo dpkg -i
#Raspberrypi #TVheadend #HaveFun










