Feature #5155
open
Enable NVENC in deb packages
Added by Flole Systems almost 7 years ago.
Updated almost 7 years ago.
Description
Hi,
could we get NVENC Support built into the deb packages? It's only an option that needs to be toggled. Or could we get a tvheadend-hwaccelerated package that those of us who use hardware acceleration could use, if it's not available due to size.
Kind regards
Flole
Building it myself sure is an option, but it will definitely prevent further upgrades. I will not have time to do a build of several packages a day, because I need something that is almost standard. The options for vaapi and so on are activated aswell by default, why not nvenc?
#!/bin/bash
BASE=$(dirname "$0")
(
if [ -d "$BASE/tvheadend" ]; then
cd "$BASE/tvheadend"
git pull
else
cd "$BASE"
git clone https://github.com/tvheadend/tvheadend.git tvheadend
cd "$BASE/tvheadend"
fi
AUTOBUILD_CONFIGURE_EXTRA="–-disable-bintray_cache --disable-hdhomerun_client --disable-hdhomerun_static" ./Autobuild.sh -j$(nproc)
) | tee "$BASE/build.log"
add
--enable-nvenc or anything you need.
then
# dpkg -i tvheadend_4*.deb
# service tvheadend restart
Also available in: Atom
PDF