Feature #5155
Enable NVENC in deb packages
Status:
New
Priority:
Normal
Assignee:
-
Category:
General
Target version:
-
Start date:
2018-07-15
Due date:
% Done:
0%
Estimated time:
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
History
Updated by saen acro over 6 years ago
https://tvheadend.org/boards/4/topics/24116
Build it yourself.
Updated by Flole Systems over 6 years ago
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?
Updated by saen acro over 6 years ago
#!/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