Hi, gstreamer-devel:<br><br>&nbsp;&nbsp;&nbsp; 1. I don&#39;t know what &quot;flump3dec&quot; is but I usually add a &quot;mp3parse&quot; before the mp3 decoder. If &quot;flump3dec&quot; does the works by &quot;mp3parse&quot;, this is not a problem.<br>
<br>&nbsp;&nbsp;&nbsp; 2. Modify your pipeline and try to add &quot;filesink&quot; to make sure the every stage is correct. For example, add filesink after aac encoder is finished and you can get an aac file, then try to play this aac file. Also, you can receive the data be sent by udpsink and check whether the data is correct. My mean is first you should locate where the problem is then you can figure out the solution yourself.<br>
<br>Eric Zhang<br><br><div class="gmail_quote">2008/12/18 Sergio Belmar Argudo <span dir="ltr">&lt;<a href="mailto:belmar_argudo@yahoo.es">belmar_argudo@yahoo.es</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;" valign="top">
<br>I&#39;m trying to send audio form a mp3 file with gstreamer encoded with faac on RTP.<br>
<br>The problem is that I can&#39;t play it with any player (I like to play it with mplayer, vlc, etc. using a SDP file)<br>
<br>
I&#39;d tested it with a mp3 file and the following command:<br>
<br>
gst-launch-0.10 -v filesrc location=/share/sample.mp3 ! flump3dec !
queue max-size-buffers=0 max-size-time=0 ! ffenc_libfaac ! queue
max-size-buffers=0 max-size-time=0 ! queue max-size-buffers=0
max-size-time=0 ! rtpmp4apay ! udpsink host=192.168.1.168 port=6060<br>
<br>and I have this SDP:<br>
<br>
v=0<br>
o=- 116704633 116704633 IN IP4 127.0.0.1<br>
s=GStreamer<br>
t=0 0<br>
a=range:npt=now-<br>
a=control:trackID=1<br>
c=IN IP4 192.168.1.168<br>
m=audio 6060 RTP/AVP 96<br>
a=rtpmap:96 MP4A-LATM/48000/2<br>
<br>But there is no sound in mplayer or vlc.<br><br>I also tried faac and ffenc_libfaac to encoding, rptmpapay and rtpmpa4pay to packetise, MP4A-LATM and mpeg-generic in SDP file..., but nothing.<br><br>
Has Anybody any idea?<br>
Has Anybody tried anything like that?<br>
Is it a problem only with audio encoding or SDP file config or is there a bug in any part?<br>
<br>
Thanks<br></td></tr></tbody></table><br>



      <br>------------------------------------------------------------------------------<br>
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.<br>
The future of the web can&#39;t happen without you. &nbsp;Join us at MIX09 to help<br>
pave the way to the Next Web now. Learn more and register at<br>
<a href="http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/" target="_blank">http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/</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></blockquote></div><br>