TVheadend 3.9 unstable - No Transcoding
Added by Ralf Buck over 9 years ago
hello
ive installed the latest version from TVH from here:deb http://apt.tvheadend.org/unstable wheezy main
HTS Tvheadend 3.9.2490~gcd1f081~wheezy
I miss in the WebGUI under Configuration/General the
Option for Transcoding. Stream without Transcoding over
WLAN isnt possible.. ;(
How can i enable this transcoding?
regard
tvheadend.PNG (46.9 KB) tvheadend.PNG |
Replies (7)
RE: TVheadend 3.9 unstable - No Transcoding - Added by Prof Yaffle over 9 years ago
You need to compile it yourself - there is no 'enable transcoding' option as in 3.4, but the pre-built debs aren't being built with transcoding for whatever reason.
AUTOBUILD_CONFIGURE_EXTRA=--enable-libffmpeg_static ./Autobuild.sh
... should get you there once you've cloned the source.
RE: TVheadend 3.9 unstable - No Transcoding - Added by Ralf Buck over 9 years ago
thx, but im a noob to compile tvheadend
have you a complete guide to compile tvh 3.9 with
transcoding?
RE: TVheadend 3.9 unstable - No Transcoding - Added by Ralf Buck over 9 years ago
so, i build now my own tvheadend. but the transcoding button isnt there ;(
i had do:
- apt-get remove tvheadend
- apt-get install build-essential pkg-config libssl-dev git
- apt-get install libavahi-client-dev libavcodec-dev libavfilter-dev libavformat-dev libavutil-dev libswscale-dev libavcodec-extra-53 liburiparser1 liburiparser-dev debhelper libcurl4-gnutls-dev a52dec
- apt-get install libssl-dev
- cd /usr/src
- git clone https://github.com/tvheadend/tvheadend.git
- cd tvheadend
- AUTOBUILD_CONFIGURE_EXTRA=--enable-libffmpeg_static ./Autobuild.sh
- cd ..
- dpkg -i tvheadend_3.9.2497~g54533b3_amd64.deb
RE: TVheadend 3.9 unstable - No Transcoding - Added by alf alfonsius over 9 years ago
3.9 works with transcoding profiles in webui --> config -->stream -->streamprofiles which you assign to user afterwards
config-profile.jpg (163 KB) config-profile.jpg | config transcoding | ||
attach.jpg (87 KB) attach.jpg | attach to user |
RE: TVheadend 3.9 unstable - No Transcoding - Added by Andreas Petereit over 9 years ago
Hello Alf,
unfortunally I could not add the profile in "stream profiles" as your picture config-profile.jpg is showing.
The boxes below "Container" are missing. Is this missing due to not compiling the transcoding feature?
BR
Andreas
RE: TVheadend 3.9 unstable - No Transcoding - Added by Paul Vries over 9 years ago
I am now running an unstable installation on Ubuntu (Tvheadend 3.9.2514) and I only have 3 streaming profiles available, HTSP, Matroska and Pass. Do I need to manually build Tvheadend via the steps outlined by Ralf to be able to transcode?
If I build it myself, do I need to step 5 through 10 every time I want to update?
RE: TVheadend 3.9 unstable - No Transcoding - Added by alf alfonsius over 9 years ago
nope. in ...src/tvheadend/ git clean -dxf and then git pull. dunno about autobuild, never used that. i use configure...,make,make install