<div dir="ltr">Hi Sebastian,<div>now it works very well, I did a dependency issue, the new recompiled library was not properly copied into apk.</div><div>AFAIK Android Studio doesn't support NDK and I added into gradle setting an instance to copy the sharedlibraries into apk.</div><div>This procedure doesn't work all time I recompile the .so files I'm investigating on that...</div><div>It'll be great if you update the GStreamer tutorial with Android Studio, correct if I'm wrong but your project are designed for Eclipse, right? </div><div>I've right now found a project that explains steps to compile tutorial 5 with Android Studio, take a look: <a href="https://github.com/jaroslavas/Gstreamer-Android-example/tree/master/app">https://github.com/jaroslavas/Gstreamer-Android-example/tree/master/app</a></div><div>Thanks for your time</div><div>Elio</div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-03-20 10:41 GMT+01:00 Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Sa, 2016-03-19 at 17:39 +0100, elio francesconi wrote:<br>
> This is the stream url: <a href="http://nr11.newradio.it:9146/stream" rel="noreferrer" target="_blank">http://nr11.newradio.it:9146/stream</a> and the<br>
> pipeline is just: playbin<br>
<br>
</span>This stream is successfully decoded with avdec_aac here. Can you make<br>
sure it's available in your application? E.g. by testing if<br>
gst_element_factory_make("avdec_aac", NULL) returns something not NULL?<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Sebastian Dröge, Centricular Ltd · <a href="http://www.centricular.com" rel="noreferrer" target="_blank">http://www.centricular.com</a><br>
<br>
</div></div><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>