Ali Sureyya Uz wrote:
> Mark Clarkstone wrote:
> > Ali Sureyya Uz wrote:
> > > Hi to all, I am newbie at Tvheadend. I am trying to configure how to transcode but I couldnot install the transcoding. There is only htsp, matroska,pass at the stream profiles. I want to stream dvb-s to the android smartphones by wireless. I am using Ubuntu 14.04 Trusty. Can anybody explain my roadmap step by step for a fresh install at the beginnig to the end. I really try to much but cannot succeed.
> >
> > Make sure you have
git &
build-essential installed.
> >
> > Git clone the repo.
> >
> > This will clone the source code to your local machine & place it in ~/build/tvheadend/master.
> > [...]
> >
> > cd to the directory.
> > [...]
> >
> > Then run the autobuild.sh script like this..
> > This command builds Tvheadend with transcoding built-in.
> > [...]
> >
> > The build will fail if you are missing dependencies, the autobuild script will stop & tell you what's missing you can then use apt-get to install them
> > [...]
> >
> > Once the build is complete you'll see files in ~/build/tvheadend named something like..
> > [...]
> >
> > You can then install them both by running dpkg like this..
> > [...]
> >
> > HTH
>
> I have git & build-essential installed,then follow your instruction but after
AUTOBUILD_CONFIGURE_EXTRA=--enable-libffmpeg_static\ --enable-trace\ --enable-debug ./Autobuild.sh
I get following error and cannot understand what should I do;
>
>
dpkg-buildpackage: kaynak paketi tvheadend
> dpkg-buildpackage: kaynak sürümü 4.1-373~gcb5f6a1
> dpkg-buildpackage: source distribution unstable
> dpkg-buildpackage: kaynak tarafından değiştirlidi Andreas Öman <andreas@tvheadend.org>
> dpkg-buildpackage: sunucu mimarisi amd64
> dpkg-source --before-build master
> *dpkg-checkbuilddeps: Unmet build dependencies libavahi-client-dev liburiparser-dev*
> dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
> dpkg-buildpackage: warning: (Use -d flag to override.)
> Is th
You need to install those packages.
sudo apt-get install libavahi-client-dev liburiparser-dev