Compile with hdhomerun client
Added by wet willy almost 10 years ago
Hello fellow tvh users.
I am interested in trying out the new built in hdhomerun client and transcoding features.
However I cannot for the life of me manage to compile the latest (a95ef0b237) tvheadend with the hdhomerun client.
When I ./configure this fails:
checking for cc libhdhomerun/hdhomerun.h ... fail
Before compiling I have installed the official latest hdhomerun_config (2014-12-01) from here: http://www.silicondust.com/support/downloads/linux/
and hdhomerun_config discover finds my tuners.
I am running Debian Wheezy 7.7 and read in another thread (https://tvheadend.org/boards/5/topics/13610) that you need to move hdhomerun.h
ls lah /usr/include/libhdhomerun/hdhomerun.hrw-r--r- 1 root root 1,2K dec 2 15:38 /usr/include/libhdhomerun/hdhomerun.h
Maybe the files need to be placed somewhere else in Debian?
Also, have a question about transcoding, is compiling with --enable-libffmpeg_static static the easiest way or what is recommemded best practice?
Replies (1)
RE: Compile with hdhomerun client - Added by wet willy almost 10 years ago
Testing further, I managed to get hdhomerun support with the new 20141124 firmware when compiling by first editing the Makefile.hdhomerun and changing version to 20141201 and sha1sum.
and then configure with
./configure --enable-hdhomerun_static --enable-libffmpeg_static
make
Not sure if this is best practice though.
Any pointer would be appreciated.