Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: atrpms: users

mythtv missing aac support

 

 

atrpms users RSS feed   Index | Next | Previous | View Threaded


garrick at usc

Oct 31, 2008, 4:16 PM

Post #1 of 9 (3827 views)
Permalink
mythtv missing aac support

Can mythtv be rebuilt with AAC support? I'm getting videos with no sound and
the following error:

2008-10-30 22:23:59.706 AFD: Opened codec 0xb11cbf0, id(H264) type(Video)
2008-10-30 22:23:59.706 AFD: codec AAC has 2 channels
2008-10-30 22:23:59.706 AFD Error: Could not find decoder for codec (AAC), ignoring.

I believe it just needs a buildreq for libfaad.

--
Garrick Staples, GNU/Linux HPCC SysAdmin
University of Southern California

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


Axel.Thimm at ATrpms

Oct 31, 2008, 11:58 PM

Post #2 of 9 (3763 views)
Permalink
Re: mythtv missing aac support [In reply to]

Hi,

On Fri, Oct 31, 2008 at 04:16:53PM -0700, Garrick Staples wrote:
> Can mythtv be rebuilt with AAC support? I'm getting videos with no sound and
> the following error:
>
> 2008-10-30 22:23:59.706 AFD: Opened codec 0xb11cbf0, id(H264) type(Video)
> 2008-10-30 22:23:59.706 AFD: codec AAC has 2 channels
> 2008-10-30 22:23:59.706 AFD Error: Could not find decoder for codec (AAC), ignoring.
>
> I believe it just needs a buildreq for libfaad.

the BR is already in there, so are the --enable switches and the build
logs shows that all bits have been built with -lfaad. I can't say what
may be wrong, but a wil guess would be that you are perhaps using some
non-atrpms libs that do not support AAC?
--
Axel.Thimm at ATrpms.net


garrick at usc

Nov 1, 2008, 1:02 AM

Post #3 of 9 (3757 views)
Permalink
Re: mythtv missing aac support [In reply to]

On Sat, Nov 01, 2008 at 08:58:09AM +0200, Axel Thimm alleged:
> Hi,
>
> On Fri, Oct 31, 2008 at 04:16:53PM -0700, Garrick Staples wrote:
> > Can mythtv be rebuilt with AAC support? I'm getting videos with no sound and
> > the following error:
> >
> > 2008-10-30 22:23:59.706 AFD: Opened codec 0xb11cbf0, id(H264) type(Video)
> > 2008-10-30 22:23:59.706 AFD: codec AAC has 2 channels
> > 2008-10-30 22:23:59.706 AFD Error: Could not find decoder for codec (AAC), ignoring.
> >
> > I believe it just needs a buildreq for libfaad.
>
> the BR is already in there, so are the --enable switches and the build
> logs shows that all bits have been built with -lfaad. I can't say what
> may be wrong, but a wil guess would be that you are perhaps using some
> non-atrpms libs that do not support AAC?

Do I need anything other than the faad2 package?

'yum list \*faad\*' just shows faad2 and faad2-devel.

$ rpm -q --qf '%{PACKAGER}\n' faad2-2.6.1-8.fc9.i386
ATrpms <http://ATrpms.net/>

--
Garrick Staples, GNU/Linux HPCC SysAdmin
University of Southern California

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


Axel.Thimm at ATrpms

Nov 1, 2008, 1:26 AM

Post #4 of 9 (3770 views)
Permalink
Re: mythtv missing aac support [In reply to]

On Sat, Nov 01, 2008 at 01:02:17AM -0700, Garrick Staples wrote:
> On Sat, Nov 01, 2008 at 08:58:09AM +0200, Axel Thimm alleged:
> > Hi,
> >
> > On Fri, Oct 31, 2008 at 04:16:53PM -0700, Garrick Staples wrote:
> > > Can mythtv be rebuilt with AAC support? I'm getting videos with no sound and
> > > the following error:
> > >
> > > 2008-10-30 22:23:59.706 AFD: Opened codec 0xb11cbf0, id(H264) type(Video)
> > > 2008-10-30 22:23:59.706 AFD: codec AAC has 2 channels
> > > 2008-10-30 22:23:59.706 AFD Error: Could not find decoder for codec (AAC), ignoring.
> > >
> > > I believe it just needs a buildreq for libfaad.
> >
> > the BR is already in there, so are the --enable switches and the build
> > logs shows that all bits have been built with -lfaad. I can't say what
> > may be wrong, but a wil guess would be that you are perhaps using some
> > non-atrpms libs that do not support AAC?
>
> Do I need anything other than the faad2 package?
>
> 'yum list \*faad\*' just shows faad2 and faad2-devel.
>
> $ rpm -q --qf '%{PACKAGER}\n' faad2-2.6.1-8.fc9.i386
> ATrpms <http://ATrpms.net/>

I think ffmpeg & x264 are relevant.
--
Axel.Thimm at ATrpms.net


jyavenard at gmail

Nov 1, 2008, 1:30 AM

Post #5 of 9 (3761 views)
Permalink
Re: mythtv missing aac support [In reply to]

Hi

2008/11/1 Axel Thimm <Axel.Thimm [at] atrpms>:
>> 2008-10-30 22:23:59.706 AFD: Opened codec 0xb11cbf0, id(H264) type(Video)
>> 2008-10-30 22:23:59.706 AFD: codec AAC has 2 channels
>> 2008-10-30 22:23:59.706 AFD Error: Could not find decoder for codec (AAC), ignoring.

are you using a 64 bits machine?

I remember reading about how libfaad and libdts are broken on AMD64 platform...

I get the same error on a Mythbuntu install ; and it's definitely
built against libfaad

_______________________________________________
atrpms-users mailing list
atrpms-users [at] atrpms
http://lists.atrpms.net/mailman/listinfo/atrpms-users


garrick at usc

Nov 1, 2008, 1:35 AM

Post #6 of 9 (3787 views)
Permalink
Re: mythtv missing aac support [In reply to]

On Sat, Nov 01, 2008 at 07:30:01PM +1100, Jean-Yves Avenard alleged:
> Hi
>
> 2008/11/1 Axel Thimm <Axel.Thimm [at] atrpms>:
> >> 2008-10-30 22:23:59.706 AFD: Opened codec 0xb11cbf0, id(H264) type(Video)
> >> 2008-10-30 22:23:59.706 AFD: codec AAC has 2 channels
> >> 2008-10-30 22:23:59.706 AFD Error: Could not find decoder for codec (AAC), ignoring.
>
> are you using a 64 bits machine?
>
> I remember reading about how libfaad and libdts are broken on AMD64 platform...
>
> I get the same error on a Mythbuntu install ; and it's definitely
> built against libfaad

The hardware is 64bit capable Intel, but using a 32bit OS (trying to avoid just
these kinds of problems).

--
Garrick Staples, GNU/Linux HPCC SysAdmin
University of Southern California

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


garrick at usc

Nov 1, 2008, 1:39 AM

Post #7 of 9 (3768 views)
Permalink
Re: mythtv missing aac support [In reply to]

On Sat, Nov 01, 2008 at 10:26:22AM +0200, Axel Thimm alleged:
> On Sat, Nov 01, 2008 at 01:02:17AM -0700, Garrick Staples wrote:
> > On Sat, Nov 01, 2008 at 08:58:09AM +0200, Axel Thimm alleged:
> > > Hi,
> > >
> > > On Fri, Oct 31, 2008 at 04:16:53PM -0700, Garrick Staples wrote:
> > > > Can mythtv be rebuilt with AAC support? I'm getting videos with no sound and
> > > > the following error:
> > > >
> > > > 2008-10-30 22:23:59.706 AFD: Opened codec 0xb11cbf0, id(H264) type(Video)
> > > > 2008-10-30 22:23:59.706 AFD: codec AAC has 2 channels
> > > > 2008-10-30 22:23:59.706 AFD Error: Could not find decoder for codec (AAC), ignoring.
> > > >
> > > > I believe it just needs a buildreq for libfaad.
> > >
> > > the BR is already in there, so are the --enable switches and the build
> > > logs shows that all bits have been built with -lfaad. I can't say what
> > > may be wrong, but a wil guess would be that you are perhaps using some
> > > non-atrpms libs that do not support AAC?
> >
> > Do I need anything other than the faad2 package?
> >
> > 'yum list \*faad\*' just shows faad2 and faad2-devel.
> >
> > $ rpm -q --qf '%{PACKAGER}\n' faad2-2.6.1-8.fc9.i386
> > ATrpms <http://ATrpms.net/>
>
> I think ffmpeg & x264 are relevant.

I have those already.

$ rpm -qa --qf '%{NAME}-%{VERSION}.%{RELEASE} %{PACKAGER}\n' ffmpeg libx264\*
libx264gtk58-svn20080225_2245.5.fc9 ATrpms <http://ATrpms.net/>
libx264gtk54-svn20070414_2245.4.fc9 ATrpms <http://ATrpms.net/>
libx264_60-0.60.6_20080626.2245.fc9 ATrpms <http://ATrpms.net/>
libx264_58-svn20080225_2245.5.fc9 ATrpms <http://ATrpms.net/>
ffmpeg-0.4.9.26_r12135.fc9 ATrpms <http://ATrpms.net/>
libx264_54-svn20070414_2245.4.fc9 ATrpms <http://ATrpms.net/>
libx264gtk60-0.60.6_20080626.2245.fc9 ATrpms <http://ATrpms.net/>



--
Garrick Staples, GNU/Linux HPCC SysAdmin
University of Southern California

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


garrick at usc

Nov 1, 2008, 11:20 PM

Post #8 of 9 (3757 views)
Permalink
Re: mythtv missing aac support [In reply to]

On Sat, Nov 01, 2008 at 10:26:22AM +0200, Axel Thimm alleged:
> On Sat, Nov 01, 2008 at 01:02:17AM -0700, Garrick Staples wrote:
> > On Sat, Nov 01, 2008 at 08:58:09AM +0200, Axel Thimm alleged:
> > > Hi,
> > >
> > > On Fri, Oct 31, 2008 at 04:16:53PM -0700, Garrick Staples wrote:
> > > > Can mythtv be rebuilt with AAC support? I'm getting videos with no sound and
> > > > the following error:
> > > >
> > > > 2008-10-30 22:23:59.706 AFD: Opened codec 0xb11cbf0, id(H264) type(Video)
> > > > 2008-10-30 22:23:59.706 AFD: codec AAC has 2 channels
> > > > 2008-10-30 22:23:59.706 AFD Error: Could not find decoder for codec (AAC), ignoring.
> > > >
> > > > I believe it just needs a buildreq for libfaad.
> > >
> > > the BR is already in there, so are the --enable switches and the build
> > > logs shows that all bits have been built with -lfaad. I can't say what
> > > may be wrong, but a wil guess would be that you are perhaps using some
> > > non-atrpms libs that do not support AAC?
> >
> > Do I need anything other than the faad2 package?
> >
> > 'yum list \*faad\*' just shows faad2 and faad2-devel.
> >
> > $ rpm -q --qf '%{PACKAGER}\n' faad2-2.6.1-8.fc9.i386
> > ATrpms <http://ATrpms.net/>
>
> I think ffmpeg & x264 are relevant.

Should the binaries be linked to libfaad?

ldd on /usr/bin/mythfrontend and /usr/lib/mythtv/plugins/libmythvideo.so don't
show libfaad.



--
Garrick Staples, GNU/Linux HPCC SysAdmin
University of Southern California

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


Axel.Thimm at ATrpms

Nov 2, 2008, 12:20 AM

Post #9 of 9 (3766 views)
Permalink
Re: mythtv missing aac support [In reply to]

On Sat, Nov 01, 2008 at 11:20:58PM -0700, Garrick Staples wrote:
> On Sat, Nov 01, 2008 at 10:26:22AM +0200, Axel Thimm alleged:
> > On Sat, Nov 01, 2008 at 01:02:17AM -0700, Garrick Staples wrote:
> > > On Sat, Nov 01, 2008 at 08:58:09AM +0200, Axel Thimm alleged:
> > > > Hi,
> > > >
> > > > On Fri, Oct 31, 2008 at 04:16:53PM -0700, Garrick Staples wrote:
> > > > > Can mythtv be rebuilt with AAC support? I'm getting videos with no sound and
> > > > > the following error:
> > > > >
> > > > > 2008-10-30 22:23:59.706 AFD: Opened codec 0xb11cbf0, id(H264) type(Video)
> > > > > 2008-10-30 22:23:59.706 AFD: codec AAC has 2 channels
> > > > > 2008-10-30 22:23:59.706 AFD Error: Could not find decoder for codec (AAC), ignoring.
> > > > >
> > > > > I believe it just needs a buildreq for libfaad.
> > > >
> > > > the BR is already in there, so are the --enable switches and the build
> > > > logs shows that all bits have been built with -lfaad. I can't say what
> > > > may be wrong, but a wil guess would be that you are perhaps using some
> > > > non-atrpms libs that do not support AAC?
> > >
> > > Do I need anything other than the faad2 package?
> > >
> > > 'yum list \*faad\*' just shows faad2 and faad2-devel.
> > >
> > > $ rpm -q --qf '%{PACKAGER}\n' faad2-2.6.1-8.fc9.i386
> > > ATrpms <http://ATrpms.net/>
> >
> > I think ffmpeg & x264 are relevant.
>
> Should the binaries be linked to libfaad?
>
> ldd on /usr/bin/mythfrontend and /usr/lib/mythtv/plugins/libmythvideo.so don't
> show libfaad.

AFAIK mythvideo doesn't access faad directly, but through libavcodec.

Just as a test I grepped through mythvideo's sources and neither aac
nor aad come up (actually they do in the form of "IsAAC" or some
not relevant Estonian/Netherland translation)
--
Axel.Thimm at ATrpms.net

atrpms users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.