[mythtv-users] Audio error on SVN mythfrontend? Error in the log?
greg
greg12866 at nycap.rr.com
Sat Nov 15 01:17:12 UTC 2008
Mark Hutchinson wrote:
> Hello,
> Just updated my SVN to todays most recent.
> I am getting this in the mythfrontend output when trying to watch a
> pre-recored ( from HD-PVR ) program.
>
> 2008-11-14 17:13:57.365 TV: Attempting to change from None to
> WatchingPreRecorded
> 2008-11-14 17:13:57.573 AFD: Opened codec 0x3cccb30, id(H264) type(Video)
> 2008-11-14 17:13:57.573 AFD: codec AAC has 1 channels
> 2008-11-14 17:13:57.573 AFD Error: Could not open codec 0x315d2c0,
> id(AAC) type(Audio) aborting. reason -1
> 2008-11-14 17:13:57.573 NVP: Disabling Audio, params(-1,-1,-1)
> 2008-11-14 17:13:57.573 Couldn't open decoder for:
> /video2/1033_20081108170000.mpg
> 2008-11-14 17:13:57.573 TV Error: StartPlayer(): NVP is not playing
> after 20000 msec
> 2008-11-14 17:13:57.573 TV: Changing from None to WatchingPreRecorded
> 2008-11-14 17:13:57.675 DPMS Deactivated
> 2008-11-14 17:13:57.676 TV: Attempting to change from
> WatchingPreRecorded to None
>
> It did work before. I am wondering if I could need --enable-libfaad in
> my configure statement ( do the errors look like that? )
> I may have had that when I compiled a couple of months ago.
>
> Ideas?
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>
>
Mark,
Here is the setup i use under ubuntu 8.10 to compile...It may not be
correct to some people but it works for me...
sudo apt-get install -y build-essential qt3-dev-tools libqt3-mt-dev
liblircclient-dev libasound2-dev libdts-dev
sudo apt-get install -y libdvdnav-dev libxv-dev libxxf86vm-dev transcode
libqt3-mt-mysql -y lame libmp3lame-dev subversion
sudo apt-get install -y libdvdread3 libsamplerate0 libxvidcore4
liba52-0.7.4-dev libfame-dev libcdio-dev
sudo apt-get -y install msttcorefonts
* For newer version of MythTV you will also need some QT4 bits:
sudo apt-get install -y qt4-dev-tools libqt4-dev
If you don't already have a mysql server in your network, you'll need to
install that as well.
mysql
1. sudo apt-get install -y mysql-client mysql-server
libmysqlclient15-dev
2. sudo apt-get install -y mythtv-database mythtv-common
Adding yourself to the mythtv group
sudo gpasswd -a (your user name) mythtv
You will now need to logout and in again to get the new group settings
sudo apt-get install -y libtiff4-dev libexif-dev kdelibs4-dev
libglut3-dev? libxvmc-dev?
sudo apt-get -y install faad libfaad-dev faac libfaac-dev
Compile MYTHTV
svn co http://svn.mythtv.org/svn/trunk/mythtv
svn co http://svn.mythtv.org/svn/trunk/mythplugins
svn co http://svn.mythtv.org/svn/trunk/myththemes
cd /mythtv
./configure --enable-xvmc --enable-opengl-vsync --enable-dvb
--disable-dbox2 --with-bindings=perl --disable-liba52 --enable-firewire
--compile-type=debug --enable-opengl-video --enable-lirc
--enable-libfaac --enable-libfaad --enable-proc-opt
--enable-xvmc-opengl --qmake=/usr/lib/qt-4/bin/qmake
--prefix=/usr/local
make
sudo make install
cd
cd mythplugins
./configure --disable-mythflix --disable-mythgame --disable-mythnews
--disable-mythphone --disable-mythzoneminder -disable-mythbrowser
--enable-aac --prefix=/usr/local
make
sudo make install
cd
cd myththemes
./configure --prefix=/usr/local
make
sudo make install
Database setup
$ mysql -u root -p < /your path /database/mc.sql
enter your password
mythtv-setup
if i complains can't login to database type
sudo dpkg-reconfigure mythtv-database
Some of this came from the Ubuntu Fourms,some i got from IRC...
More information about the mythtv-users
mailing list