Have you looked at the debug logs? (You could start with level 3) Did you find anything out of place there? May be a warning or something?<div>Also, I suggest you take logs for both the decoders and compare them. You should be able to spot the problem.</div>
<div><br></div><div>Rohit<br><div><br><br><div class="gmail_quote">On Thu, Jan 6, 2011 at 5:18 PM, Puneeth <span dir="ltr"><<a href="http://puneeth.mv">puneeth.mv</a>@<a href="http://globaledgesoft.com">globaledgesoft.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
Hi All,<br>
<br>
I m facing problem in decoding mp3 using ffdec_mp3 when i m capturing<br>
audio and listening to it, but i m able to hear when i am using mad decoder<br>
with the below command, but there are some glitches when i replace mad with<br>
ffdec_mp3.<br>
But i m able to playback the saved file using ffplay which i have captured.<br>
So i guess ffdec is not capable of decoding<br>
the live streaming data, i need some help to solve this bug. Any help will<br>
be greatly appreciated. Thanks in advance.<br>
<br>
sudo gst-launch gstrtpbin name=rtpbin alsasrc ! audioconvert ! audioresample<br>
! lamemp3enc ! rtpmpapay ! rtpbin.send_rtp_sink_0 rtpbin.send_rtp_src_0 !<br>
udpsink port=5002 host=127.0.0.1 rtpbin.send_rtcp_src_0 ! udpsink port=5003<br>
host=127.0.0.1 sync=false async=false udpsrc port=5007 !<br>
rtpbin.recv_rtcp_sink_0<br>
<br>
sudo gst-launch gstrtpbin name=rtpbin udpsrc<br>
caps="application/x-rtp,media=(string)audio,clock-rate=(int)90000,encoding-name=(string)MPA,pt=(int)96"<br>
port=5002 ! rtpbin.recv_rtp_sink_0 rtpbin. ! rtpmpadepay ! mp3parse ! mad !<br>
audioconvert ! volume volume=10 ! audioresample quality=10 ! alsasink udpsrc<br>
port=5003 ! rtpbin.recv_rtcp_sink_0 rtpbin.send_rtcp_src_0 ! udpsink<br>
port=5007 host=127.0.0.1 sync=false async=false<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Problem-in-using-ffdec-mp3-to-decode-live-streaming-tp3177271p3177271.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Problem-in-using-ffdec-mp3-to-decode-live-streaming-tp3177271p3177271.html</a><br>
Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
<br>
------------------------------------------------------------------------------<br>
Learn how Oracle Real Application Clusters (RAC) One Node allows customers<br>
to consolidate database storage, standardize their database environment, and,<br>
should the need arise, upgrade to a full multi-node Oracle RAC database<br>
without downtime or disruption<br>
<a href="http://p.sf.net/sfu/oracle-sfdevnl" target="_blank">http://p.sf.net/sfu/oracle-sfdevnl</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>
</blockquote></div><br></div></div>