[gstreamer-bugs] [Bug 615681] GstMpeg2Demux do not support AAC LATM Stream type

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Apr 13 14:08:33 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=615681
  GStreamer | gst-plugins-bad | git

--- Comment #3 from Danilo Freire <xharada at gmail.com> 2010-04-13 21:08:29 UTC ---

The attached sample file was acquired capturing the TV signal from the air.

You can try to play the stream using this pipeline:

gst-launch-0.10 filesrc location=dump.ts ! mpegtsdemux name=demux
program-number=59224 ! queue  ! h264parse ! ffdec_h264 ! ffmpegcolorspace !
xvimagesink demux. ! queue ! faad ! alsasink

However, seems that the FAAD plugin do not handle well the AAC-LATM format. So,
you can save the audio output in one file:

gst-launch-0.10 filesrc location=dump.ts ! mpegtsdemux name=demux
program-number=59224 ! queue  ! h264parse ! ffdec_h264 ! ffmpegcolorspace !
xvimagesink demux. ! queue ! filesink location=audio.aac

And play this audio file in the Mplayer (which uses the FAAD decoder, btw).

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list