<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
> # # gst-launch-0.10 -v playbin2<br>
> uri=<a href="http://192.168.1.3:9000/disk/DLNA-PNMP3-OP01-F" target="_blank">http://192.168.1.3:9000/disk/DLNA-PNMP3-OP01-F</a><br>
> LAGS01700000/O0$1$8I28173.mp3<br>
<br>
Looks like 'mad' is being used for mp3 decoding (possibly not the most<br>
efficient decoder for embedded system).<br>
<br>
I think you'll have to simplify the pipeline and try things like:<br>
<br>
<br>
gst-launch-0.10 <a href="http://192.168.1.3:9000/disk/DLNA-PNMP3-OP01-F" target="_blank">http://192.168.1.3:9000/disk/DLNA-PNMP3-OP01-F</a> !<br>
mpegaudioparse ! mad ! fakesink dump=true<br>
<br>
gst-launch-0.10 <a href="http://192.168.1.3:9000/disk/DLNA-PNMP3-OP01-F" target="_blank">http://192.168.1.3:9000/disk/DLNA-PNMP3-OP01-F</a> !<br>
mpegaudioparse ! mad ! alsasink<br>
<br>
gst-launch-0.10 <a href="http://192.168.1.3:9000/disk/DLNA-PNMP3-OP01-F" target="_blank">http://192.168.1.3:9000/disk/DLNA-PNMP3-OP01-F</a> !<br>
mpegaudioparse ! mad ! audioconvert ! alsasink<br>
<br>
gst-launch-0.10 <a href="http://192.168.1.3:9000/disk/DLNA-PNMP3-OP01-F" target="_blank">http://192.168.1.3:9000/disk/DLNA-PNMP3-OP01-F</a> !<br>
mpegaudioparse ! mad ! audioconvert ! audio/x-raw-int,width=16 !<br>
alsasink<br>
<br>
etc.<br>
<br>
Shouldn't there be some mp3 decoder that makes use of the DSP on the<br>
Lexra system? (Maybe it needs to be wrapped into a GStreamer element)<br>
<br>
<font color="#888888">======================================================</font></blockquote><div><br><br></div><div>Hi Tim,<br><br><br></div><div>Thanks a lot for your input!<br></div><div>I will try it.<br></div><div>
And there is no DSP support by my embedd Lexra CPU.<br></div><div>Do you mean maybe I have to use another mp3 decoder that may have more  efficient than mad, right?<br></div><div>As your opinion, which mp3 decoder have more efficient that most people used?<br>
</div><div><br><br></div><div>thanks again!!<br><br><br></div><div>Best Regards,<br></div><div>Soho <br></div></div><br></div></div>