Nothing =)<br><br>Seems that the aacparse does nothing ;)<br><br>0:00:00.178302356 3222 0x9b3b2a8 WARN GST_SCHEDULING gstpad.c:4692:gst_pad_get_range:<filesrc0:src> getrange failed unexpected<br>0:00:00.178330502 3222 0x9b3b2a8 INFO GST_SCHEDULING gstpad.c:4805:gst_pad_pull_range:<aacparse0:sink> pullrange failed, flow: unexpected<br>
<br>then, the GstBin says:<br><br>0:00:00.178675378 3222 0x99df050 WARN bin gstbin.c:2315:gst_bin_do_latency_func:<pipeline0> failed to query latency<br><br>[]s<br><br><div class="gmail_quote">
On Wed, Apr 14, 2010 at 2:32 PM, sudarshan bisht <span dir="ltr"><<a href="mailto:bisht.sudarshan@gmail.com">bisht.sudarshan@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Give one more try by inserting aacparse between filesrc and faad .<br>
gst-launch filesrc location=audioHomemAranha2.aac ! aacparse ! faad !<br>
audioconvert ! alsasink .<br>
<div><div></div><div class="h5"><br>
<br>
<br>
<br>
On Wed, Apr 14, 2010 at 10:51 PM, Danilo Freire <<a href="mailto:xharada@gmail.com">xharada@gmail.com</a>> wrote:<br>
> Hello.<br>
><br>
> Yes, I tryed :)<br>
><br>
> It seems that the FAAD plugin do not handle the LATM format.<br>
><br>
> The error that it is shown in the debug:<br>
><br>
> gstfaad.c(1265): gst_faad_chain (): /GstPipeline:pipeline0/GstFaad:faad0:<br>
> failed to parse non-packetized stream<br>
><br>
> []s<br>
><br>
><br>
> On Wed, Apr 14, 2010 at 2:11 PM, sudarshan bisht <<a href="mailto:bisht.sudarshan@gmail.com">bisht.sudarshan@gmail.com</a>><br>
> wrote:<br>
>><br>
>> Hi ,<br>
>><br>
>> Did you try playing "audioHomemAranha2.aac" file with<br>
>> gst-launch filesrc location=audioHomemAranha2.aac ! fraad !<br>
>> audioconvert ! alsasink ?<br>
>><br>
>><br>
>><br>
>><br>
>> On Wed, Apr 14, 2010 at 6:38 PM, Danilo Freire <<a href="mailto:xharada@gmail.com">xharada@gmail.com</a>> wrote:<br>
>> > Sorry, but the player that plays this format is the VLC :)<br>
>> ><br>
>> > On Tue, Apr 13, 2010 at 5:56 PM, Danilo Freire <<a href="mailto:xharada@gmail.com">xharada@gmail.com</a>><br>
>> > wrote:<br>
>> >><br>
>> >> Hello all,<br>
>> >><br>
>> >> Basically I'm trying to play a AAC audio stream that is encapsulated<br>
>> >> using<br>
>> >> the MPEG-4 LATM-LOAS format.<br>
>> >><br>
>> >> I have one MPEG2 Transport stream, that contains one H264 stream and<br>
>> >> one<br>
>> >> AAC-LATM stream. I can demux the H264 and made a patch to allow the<br>
>> >> demux of<br>
>> >> the AAC-LATM stream type. However, the AAC decoder plugin (I'm using<br>
>> >> the<br>
>> >> FAAD plugin), seems to not handle the LATM format correclty. The<br>
>> >> pipeline<br>
>> >> freezes.<br>
>> >><br>
>> >> GST_DEBUG=3 gst-launch-0.10 filesrc location=dumpHomemAranha.ts !<br>
>> >> mpegtsdemux name=demux program-number=59224 ! queue ! h264parse !<br>
>> >> ffdec_h264 ! ffmpegcolorspace ! xvimagesink demux. ! queue ! faad !<br>
>> >> alsasink<br>
>> >><br>
>> >> I can dump the AAC content from the TS using almost the same pipeline<br>
>> >><br>
>> >> GST_DEBUG=3 gst-launch-0.10 filesrc location=dumpHomemAranha.ts !<br>
>> >> mpegtsdemux name=demux program-number=59224 ! queue ! h264parse !<br>
>> >> ffdec_h264 ! ffmpegcolorspace ! xvimagesink demux. ! queue ! filesink<br>
>> >> location=audioHomemAranha2.aac<br>
>> >><br>
>> >> The Mplayer can play the output file (audioHomeAranha2.aac) just fine,<br>
>> >> and<br>
>> >> it uses the FAAD library.<br>
>> >><br>
>> >> and, if I just play the video content, it is fine:<br>
>> >><br>
>> >> GST_DEBUG=3 gst-launch-0.10 filesrc location=dumpHomemAranha.ts !<br>
>> >> mpegtsdemux name=demux program-number=59224 ! queue ! h264parse !<br>
>> >> ffdec_h264 ! ffmpegcolorspace ! xvimagesink<br>
>> >><br>
>> >> So, the problem is:<br>
>> >><br>
>> >> How to play one AAC-LATM stream using the FAAD plugin? :)<br>
>> >><br>
>> >> I'll wait any response here, before create a bug in the bugzilla :)<br>
>> >><br>
>> >> Thanks antecipated<br>
>> >> []s<br>
>> >> --<br>
>> >> Danilo Freire de S. Santos<br>
>> ><br>
>> ><br>
>> ><br>
>> > --<br>
>> > Danilo Freire de S. Santos<br>
>> ><br>
>> ><br>
>> > ------------------------------------------------------------------------------<br>
>> > Download Intel&#174; Parallel Studio Eval<br>
>> > Try the new software tools for yourself. Speed compiling, find bugs<br>
>> > proactively, and fine-tune applications for parallel performance.<br>
>> > See why Intel Parallel Studio got high marks during beta.<br>
>> > <a href="http://p.sf.net/sfu/intel-sw-dev" target="_blank">http://p.sf.net/sfu/intel-sw-dev</a><br>
>> > _______________________________________________<br>
>> > gstreamer-devel mailing list<br>
>> > <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
>> > <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
>> ><br>
>> ><br>
>><br>
>><br>
>><br>
>> --<br>
>> Regards,<br>
>><br>
>> Sudarshan Bisht<br>
>><br>
>><br>
>> ------------------------------------------------------------------------------<br>
>> Download Intel&#174; Parallel Studio Eval<br>
>> Try the new software tools for yourself. Speed compiling, find bugs<br>
>> proactively, and fine-tune applications for parallel performance.<br>
>> See why Intel Parallel Studio got high marks during beta.<br>
>> <a href="http://p.sf.net/sfu/intel-sw-dev" target="_blank">http://p.sf.net/sfu/intel-sw-dev</a><br>
>> _______________________________________________<br>
>> gstreamer-devel mailing list<br>
>> <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
>> <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
><br>
><br>
><br>
> --<br>
> Danilo Freire de S. Santos<br>
><br>
> ------------------------------------------------------------------------------<br>
> Download Intel&#174; Parallel Studio Eval<br>
> Try the new software tools for yourself. Speed compiling, find bugs<br>
> proactively, and fine-tune applications for parallel performance.<br>
> See why Intel Parallel Studio got high marks during beta.<br>
> <a href="http://p.sf.net/sfu/intel-sw-dev" target="_blank">http://p.sf.net/sfu/intel-sw-dev</a><br>
> _______________________________________________<br>
> gstreamer-devel mailing list<br>
> <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
> <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
><br>
><br>
<br>
<br>
<br>
--<br>
Regards,<br>
<br>
Sudarshan Bisht<br>
<br>
------------------------------------------------------------------------------<br>
Download Intel&#174; Parallel Studio Eval<br>
Try the new software tools for yourself. Speed compiling, find bugs<br>
proactively, and fine-tune applications for parallel performance.<br>
See why Intel Parallel Studio got high marks during beta.<br>
<a href="http://p.sf.net/sfu/intel-sw-dev" target="_blank">http://p.sf.net/sfu/intel-sw-dev</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Danilo Freire de S. Santos<br>