2015-01-22, 12:04
I'd also like to know that. TNX
(2015-01-24, 23:42)negge Wrote: @illiac4 try with a clean profile (rename .hts/tvheadend temporarily) and see if they get generated, if not then you either didn't build correctly or you didn't install the generated packages or something.
# Building
# https://tvheadend.org/projects/tvheadend/wiki/Building
cd /tmp
sudo aptitude install libavahi-client-dev zlib1g-dev libavcodec-dev libavutil-dev libavformat-dev libswscale-dev build-essential git pkg-config libssl-dev bzip2 wget
git clone https://github.com/tvheadend/tvheadend.git
cd tvheadend
./configure
sudo make install
# Packaging
# https://tvheadend.org/projects/tvheadend/wiki/Packaging
# Note: Although the scripts are named precise (for Ubuntu 12.04) they will work just fine with most recent versions of Debian/Ubuntu.
# Note: the generated deb will be in the directory above (/tmp) that containing Autobuild.sh (i.e. outside of the tvheadend directory).
# Note: the -dbg package contains debug symbols, generally you won't need these.
sudo aptitude install debhelper libcurl4-gnutls-dev liburiparser-dev
AUTOBUILD_CONFIGURE_EXTRA=--enable-libffmpeg_static ./Autobuild.sh -t precise-amd64
cd /tmp
sudo dpkg -i name_of_deb.deb
Quote:sudo make install
(2015-02-01, 15:44)illiac4 Wrote: TNX have tried now with --enable-libffmpeg_static and the stream options are there now. Also it works the transcoding on my 1037u very good for live tv.
One thing: how can i define the stream on other xbmc to use the stream with the transcoding profile or. how is it possible to use that transcoding profile on other machine?
I have tested it with built in tvheadend player over web interface.
tnx