[mythtv-users] German HD channels...

Mark Schuren schurenmark at versanet.de
Wed Dec 30 11:21:55 UTC 2009


Mark Schuren wrote:
> Andrew Stevens wrote:
> 
> > Here's what I did:
> > 
> > apt-get build-dep mythtv    
> > apt-get build-dep mythmusic
> > ...
> > svn co http://svn.mythtv.org/svn/branches/release-0-22-fixes mythtv-0-22
> > cd mythtv-0-22/mythtv
> > pushd libs/libavformat
> > patch -p0 < ~/downloads/libavformat.diff
> > popd
> > ./configure --prefix=/usr/local/mythtv 
> > make -j 2
> > sudo make install
> > cd ../mythplugins
> > ./configure --prefix=/usr/local/mythtv
> > make -j 2
> > sudo make install
> >
> >     I then removed the install mythfrontend package and set up shared
> > library loading to use the newly installed mythtv libs
> > 
> > sudo bash -c 'echo /usr/local/mythtv/lib > /etc/ld.so.conf.d/local-myhtv.conf'
> > ldconfig
> 
> Thank you very much Andrew, that is exactly what I was looking for!
> Regards,
> Mark

Just as a feedback, the patch works like a charm here as well (with
DVB-C), I applied libavformat.diff from #7481 to 0.22-fixes, and it
fixes playback of ARD HD, ZDF HD etc. recordings. LiveTV sometimes still
stutters but pausing for a couple of seconds works around this. I see no
noticable side-effects of the patch for other HD or SD channels.

Thanks again!

Mark



More information about the mythtv-users mailing list