Joshua Welch wrote:
> I used: 
 git clone git://github.com/john-tornblom/tvheadend.git
Ok, just to summarize my attempts: 
git-91b951f (doesnt work)
- If I use just 
git clone git://github.com/john-tornblom/tvheadend.git
 I get version:
git-91b951f
as well; This one seems to work with you but fails for me when trying to watch tv:
Feb 08 20:51:42 subscription: "HTTP" subscribing on "Discovery Channel", weight: 150, adapter: "HDHomeRun DVB-C-adapter2", network: "Ziggo Digitale Televisie 01", mux: "Ziggo Digitale Televisie 01: 420,000 kHz", provider: "Ziggo", service: "Discovery Channel", quality: 100
Feb 08 20:51:42 cwc: Obtained key for for service "Discovery Channel" in 246 ms, from 127.0.0.1
Feb 08 20:51:43 transcode: MPEG2VIDEO 544x576 ==> VP8 362x384
Feb 08 20:51:43 transcode: MPEG2AUDIO ==> MP3
Feb 08 20:51:43 transcode: Unable to find video encoder
Feb 08 20:51:43 transcode: Unable to find video encoder
Feb 08 20:51:43 transcode: Unable to find video encoder
git-10df25c (does work more or less)
If I use 
git clone -b transcode git://github.com/john-tornblom/tvheadend.git
I get:
Build: git-10df25c@.
This one works for me, at least I can watch channels without errors.
My versions of libav etc:
@# ./configure --prefix=/opt/tvheadend --disable-avahi --release
Using C compiler:      cc
Using openssl:         1.0.0e
Using libavcodec:      53.34.0
Using libavutil:       51.21.0
Using libswscale:      2.1.0
Release build: 2.12.99
Final binary is: build.Linux/tvheadend
So, does this mean the build is very sensitive to the exact version of libavcodec (or version of some other dependency?)
Alex.