Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save LuisPalacios/531b9ec5f99a3139517d4fe2095f65a3 to your computer and use it in GitHub Desktop.
Save LuisPalacios/531b9ec5f99a3139517d4fe2095f65a3 to your computer and use it in GitHub Desktop.
Instalo Tvheadend, preparación de dependencias
# yum install -y openssl openssl-devel uriparser-devel dbus dbus-devel
# yum -y install epel-release
# yum -y install htop
# yum install -y intel-gpu-tools
# cd
# git clone https://github.com/tvheadend/tvheadend.git
# cd tvheadend
# ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --prefix=/usr --datadir=/usr/share --enable-qsv
Checking support/features
checking for cc execinfo.h ...                    ok
checking for cc -mmmx ...                         ok
checking for cc -msse2 ...                        ok
checking for cc -Wunused-result ...               ok
checking for cc getloadavg ...                    ok
checking for cc atomic64 ...                      ok
checking for cc atomic_time_t ...                 ok
checking for cc lockowner ...                     ok
checking for cc qsort_r ...                       ok
checking for cc stime ...                         ok
checking for cc gmtoff ...                        ok
checking for cc recvmmsg ...                      ok
checking for cc sendmmsg ...                      ok
checking for cc libiconv ...                      fail
checking for cc libdvben50221 ...                 fail
checking for cc ifnames ...                       ok
checking for py module gzip ...                   ok
checking for pkg-config ...                       ok
checking for xgettext ...                         ok
checking for msgmerge ...                         ok
checking for gzip ...                             ok
checking for bzip2 ...                            ok
checking for pkg openssl  ...                     ok (detected 1.0.1e)
checking for cc linux/dvb/version.h ...           ok
checking for pkg zlib  ...                        ok (detected 1.2.7)
checking for pkg liburiparser  ...                ok (detected 0.7.5)
checking for pkg avahi-client  ...                ok (detected 0.6.31)
checking for cmake ...                            ok
checking for cc -lstdc++ ...                      ok
checking for cc nvEncodeAPI.h ...                 fail
checking for autoreconf ...                       ok
checking for libtool ...                          ok
checking for libtoolize ...                       ok
checking for cc -lstdc++ ...                      ok
checking for pkg libva >=0.38.0 ...               ok (detected 0.99.0)
checking for pkg libva-x11 >=0.38.0 ...           ok (detected 0.99.0)
checking for pkg libva-drm >=0.38.0 ...           ok (detected 0.99.0)
checking for cc sys/inotify.h ...                 ok
fetching dvb-scan files ...                       ok
checking for pkg dbus-1  ...                      ok (detected 1.6.12)
Compiler:
Using C compiler:                        cc
Build for arch:                          x86_64
Binaries:
Using PYTHON:                            python
Using GZIP:                              gzip
Using BZIP2:                             bzip2
Options:
pie                                      yes
ccdebug                                  no
cwc                                      yes
capmt                                    yes
constcw                                  yes
linuxdvb                                 yes
satip_server                             yes
satip_client                             yes
hdhomerun_client                         yes
hdhomerun_static                         yes
iptv                                     yes
tsfile                                   yes
dvbscan                                  yes
timeshift                                yes
trace                                    yes
imagecache                               yes
avahi                                    yes
zlib                                     yes
libav                                    yes
ffmpeg_static                            yes
libx264                                  yes
libx264_static                           yes
libx265                                  yes
libx265_static                           yes
libvpx                                   yes
libvpx_static                            yes
libtheora                                yes
libtheora_static                         yes
libvorbis                                yes
libvorbis_static                         yes
libfdkaac                                yes
libfdkaac_static                         yes
nvenc                                    no
qsv                                      yes
libmfx_static                            yes
inotify                                  yes
epoll                                    yes
uriparser                                yes
ccache                                   no
tvhcsa                                   yes
bundle                                   no
dvbcsa                                   no
dvben50221                               no
kqueue                                   no
dbus_1                                   yes
android                                  no
tsdebug                                  no
gtimer_check                             no
slow_memoryinfo                          no
libsystemd_daemon                        no
bintray_cache                            yes
execinfo                                 yes
mmx                                      yes
sse2                                     yes
W_unused_result                          yes
getloadavg                               yes
atomic64                                 yes
atomic_time_t                            yes
lockowner                                yes
qsort_r                                  yes
stime                                    yes
gmtoff                                   yes
recvmmsg                                 yes
sendmmsg                                 yes
ifnames                                  yes
py_gzip                                  yes
bin_pkg_config                           yes
bin_xgettext                             yes
bin_msgmerge                             yes
bin_gzip                                 yes
bin_bzip2                                yes
ssl                                      yes
linuxdvbapi                              yes
upnp                                     yes
bin_cmake                                yes
stdcpp                                   yes
libogg_static                            yes
bin_autoreconf                           yes
bin_libtool                              yes
bin_libtoolize                           yes
vaapi                                    yes
inotify_h                                yes
mpegts                                   yes
mpegts_dvb                               yes
Packages:
openssl                                  1.0.1e
zlib                                     1.2.7
liburiparser                             0.7.5
avahi-client                             0.6.31
libva                                    0.99.0
libva-x11                                0.99.0
libva-drm                                0.99.0
dbus-1                                   1.6.12
Installation paths:
Prefix:                                  /usr
Binaries:                                ${prefix}/bin
Libraries:                               /usr/lib64
Data files:                              /usr/share
Man pages:                               /usr/share/man
Final Binary:
/root/src/tvheadend/build.linux/tvheadend
Tvheadend Data Directory:
/usr/share/tvheadend
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment