Forums » Tutorial and setups »
Tvheadend Transcoding not working good
Added by schwarzkopf everday over 5 years ago
Hello @ all Tvheadend Transcoding not working good
its freezing with profile matroska with pass not transcoding working good but the chanel its to big 9000k
what i can do ?
Replies (49)
RE: Tvheadend Transcoding not working good - Added by saen acro over 5 years ago
Create your profile.
RE: Tvheadend Transcoding not working good - Added by schwarzkopf everday over 5 years ago
i creat a profile but not working transcoding
RE: Tvheadend Transcoding not working good - Added by saen acro over 5 years ago
1080p @ 2Mb
4 cores to make one channel
What hardware you use? /CPU, Ram, GPU/
RE: Tvheadend Transcoding not working good - Added by schwarzkopf everday over 5 years ago
I use i9 7940x 28 core and Vega 64 gpu and 32GB@3000mhz ram
RE: Tvheadend Transcoding not working good - Added by saen acro over 5 years ago
14 cores 28 treads
With version of TVH is in use?
On what OS also.
RE: Tvheadend Transcoding not working good - Added by schwarzkopf everday over 5 years ago
HTS Tvheadend 4.3-1771~gd2405f298
Ubuntu 18.10
RE: Tvheadend Transcoding not working good - Added by saen acro over 5 years ago
TVH build by you or repo ready.
RE: Tvheadend Transcoding not working good - Added by schwarzkopf everday over 5 years ago
we can see this TVH build
RE: Tvheadend Transcoding not working good - Added by saen acro over 5 years ago
About > Toggle details
use PRE button and paste content
RE: Tvheadend Transcoding not working good - Added by schwarzkopf everday over 5 years ago
Configure arguments:
--build=x86_64-linux-gnu --prefix=/usr --includedir=${prefix}/include --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libexecdir=${prefix}/lib/tvheadend --disable-maintainer-mode --disable-dependency-tracking --enable-ccache --enable-ffmpeg_static --enable-hdhomerun_static --arch=x86_64 --jobs=9
Compiler:
Using C compiler: ccache cc
Using LD flags: -ldvbcsa
Build for arch: x86_64
Binaries:
Using PYTHON: python
Using GZIP: gzip
Using BZIP2: bzip2
Options:
pie yes
ccdebug no
cardclient yes
cwc yes
cccam 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
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 no
libfdkaac_static no
libopus yes
libopus_static yes
nvenc no
vaapi no
mmal no
omx no
inotify yes
epoll yes
pcre no
pcre2 yes
uriparser yes
ccache yes
tvhcsa yes
bundle no
pngquant no
kqueue no
dbus_1 yes
android no
gtimer_check no
slow_memoryinfo no
libsystemd_daemon no
pcloud_cache yes
ddci yes
cclang_threadsan no
gperftools no
execinfo yes
mmx yes
sse2 yes
W_unused_result yes
f_stack_protector yes
f_stack_protector_strong yes
f_stack_check yes
f_PIE yes
fdatasync yes
getloadavg yes
atomic32 yes
atomic64 yes
atomic_time_t yes
atomic_ptr yes
bitops64 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
linuxdvb_ca yes
upnp yes
bin_cmake yes
stdcpp yes
libogg_static yes
inotify_h yes
inotify_init1 yes
dvbcsa yes
epoll_create1 yes
mpegts yes
mpegts_dvb yes
Packages:
openssl 1.1.1
zlib 1.2.11
libpcre2-8 10.31
liburiparser 0.8.5
avahi-client 0.7
dbus-1 1.12.10
Installation paths:
Prefix: /usr
Binaries: ${prefix}/bin
Libraries: ${prefix}/lib
Data files: ${prefix}/share
Man pages: /usr/share/man
RE: Tvheadend Transcoding not working good - Added by saen acro over 5 years ago
vaapi no ???
is vainfo return some result in terminal?
p.s.
Use PRE to format answers.
RE: Tvheadend Transcoding not working good - Added by schwarzkopf everday over 5 years ago
I put vainfo in the Terminal
RE: Tvheadend Transcoding not working good - Added by saen acro over 5 years ago
https://tvheadend.org/boards/4/topics/24116
build your local copy
RE: Tvheadend Transcoding not working good - Added by schwarzkopf everday over 5 years ago
I put in there terminal
sudo apt install build-essential git pkg-config libssl-dev bzip2 wget libavahi-client-dev zlib1g-dev libavcodec-dev libavutil-dev libavformat-dev libswscale-dev libavresample-dev
and next step
./configure
terminal say file or dir not found
RE: Tvheadend Transcoding not working good - Added by saen acro over 5 years ago
In tvheadend folder.
RE: Tvheadend Transcoding not working good - Added by schwarzkopf everday over 5 years ago
who is the folder tvheadend ?
hts ist empty
RE: Tvheadend Transcoding not working good - Added by saen acro over 5 years ago
Do you
git clone https://github.com/tvheadend/tvheadend.git
fallow manual.
RE: Tvheadend Transcoding not working good - Added by schwarzkopf everday over 5 years ago
not working say ./configure not found
RE: Tvheadend Transcoding not working good - Added by schwarzkopf everday over 5 years ago
now its working but vaapi codec profile not found on tvheadend
RE: Tvheadend Transcoding not working good - Added by saen acro over 5 years ago
Do you fallow the manual?
open new terminal
/normally home directory/
git clone https://github.com/tvheadend/tvheadend.git cd tvheadend ./Autouild.sh
again home directory will be created
deb files
dpkg -i tvheadend*.deb
all this is written in manual.
RE: Tvheadend Transcoding not working good - Added by schwarzkopf everday over 5 years ago
./Autouild.sh
not working
RE: Tvheadend Transcoding not working good - Added by saen acro over 5 years ago
Text copy will be better then this pictures.
Why not read messages, they are enough clear.
git clone https://github.com/tvheadend/tvheadend.git tvheadend-build cd tvheadend-build ./Autouild.sh
RE: Tvheadend Transcoding not working good - Added by schwarzkopf everday over 5 years ago
not working
RE: Tvheadend Transcoding not working good - Added by saen acro over 5 years ago
Wow you do not read the manual
sudo apt install build-essential git libpcre2-dev pkg-config libssl-dev bzip2 wget libavahi-client-dev zlib1g-dev libavcodec-dev libavutil-dev libavformat-dev libswscale-dev libavresample-dev gettext cmake libiconv-hook-dev liburiparser-dev debhelper libcurl4-gnutls-dev python-minimal libdvbcsa-dev python-requests
If libpcre2-dev not found use libpcre3-dev
p.s.
sudo su ??? redhad derivatives ?
sudo -i debian and derivatives including Ubuntu
RE: Tvheadend Transcoding not working good - Added by schwarzkopf everday over 5 years ago
now give me this error