<div dir="ltr">Thanks for reply. one followup question, how will I disable androidmedia ? Do I need to recompile, or could it be done from gstreamer android binaries. <div> Is not androidmedia recommended to deliver best performance in terms on audio/video playback ?<div>
(Considering androidmedia uses HW decoder for video)</div><div><br></div><div>Thanks</div><div>Alok</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Apr 3, 2014 at 3:29 PM, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Mi, 2014-04-02 at 15:35 -0400, Alok Kumar wrote:<br>
> Hi,<br>
><br>
> I am trying to test HLS stream gstreamer pipe line, but I think there is<br>
> something not correct in pipeline.<br>
><br>
> gst_parse_launch("souphttpsrc location=<br>
> <a href="http://10.10.0.161:80/Rajan/playlist.m3u8" target="_blank">http://10.10.0.161:80/Rajan/playlist.m3u8</a>  ! queue ! decodebin name=demux<br>
> demux. ! autoaudiosink demux. ! queue ! autovideosink", &error);<br>
><br>
> I got the error "Unable to instantiate decoder 'AACDecoder' Codec reported<br>
> an error.<br>
><br>
> Any advise for video audio pipeline using decodebin ?<br>
<br>
</div></div>Check the GStreamer debug logs. This sounds like a problem with the<br>
codecs on your device or the GStreamer integration of those.<br>
<br>
If you disable the androidmedia plugin and instead link in libav into<br>
your application it should work better, but using software decoders.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Sebastian Dröge, Centricular Ltd - <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br>
Expertise, Straight from the Source<br>
</font></span><br>_______________________________________________<br>
gstreamer-android mailing list<br>
<a href="mailto:gstreamer-android@lists.freedesktop.org">gstreamer-android@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-android" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-android</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Regards<br>Alok Kumar
</div>