[MPlayer-users] DVB stream including LATM AAC Audio issues

Nico Sabbi Nicola.Sabbi at poste.it
Sun Jan 20 01:18:29 CET 2008


Il Sunday 20 January 2008 00:57:09 Nico Sabbi ha scritto:
> Il Wednesday 09 January 2008 00:03:21 Nico Sabbi ha scritto:
> > > > here's a very first & dirty version, but be warned that:
> > > > a) it's supposed to work on a very limited subset
> > > > of the possible formats: the one supposed to be used
> > > > in DVB
> > > > b) if it works (not for me: too little data to work on)
> > > > it's almost a miracle :)
> > > > c) it's not even remotely in the right format: the
> > > > best choice is patching faad
> > > > d) use only the internal faad, or compilation will break
> > > >
> > > > If you test it on some (possibly long) sample you will do
> > > > me a favor; patches welcome :)
> > >
> > > forgotten patch attached
> >
> > something is beginning to work with parse_latm() in
> > libmpcodecs/ad_faad.c replaced with the attached version.
> > Sorry, I don't have time for a formal patch
>
> initial (but very ugly and messy) patch for faad attached.
> All the samples I have decode nicely, but with few errors.
> Please, test and report

don't forget to apply this one, too:

Index: libmpdemux/demux_ts.c
===================================================================
--- libmpdemux/demux_ts.c       (revisione 25710)
+++ libmpdemux/demux_ts.c       (copia locale)
@@ -2397,6 +2397,7 @@
                                pmt->es[idx].type = VIDEO_MPEG4;
                                break;
                        case 0x0f:
+                       case 0x11:
                                pmt->es[idx].type = AUDIO_AAC;
                                break;
                        case 0x1b:




More information about the MPlayer-users mailing list