<div dir="ltr">Hi Sebastian,<div><br></div><div>actually I was missing to include GSTREAMER_PLUGINS_CODECS_RESTRICTED which are the relevant ones for my needs, as checked verifying <a href="http://PLUGIN.MK">PLUGIN.MK</a></div>
<div><br></div><div>Unfortunately, trying a simple "playbin uri=file:///sdcard/video.mp4" :</div><div><br></div><div>on a tablet with 4.1: it dies with a SIGOUT or the like (i don't have it here now)</div><div>
on a phone with 2.3.4: it dies with a FATAL_EXCEPTION (AndroidRuntime:ExceptionInInitializerError)</div><div><br></div><div>I'm using Tutorial3 as a base for the experiments.</div><div><br></div><div>This is the list in GSTREAMER_PLUGINS_CODECS_RESTRICTED := asfmux dtsdec faad mpegpsdemux mpegpsmux mpegtsdemux mpegtsmux a52dec amrnb amrwbdec asf dvdsub dvdlpcmdec mad mpeg2dec xingmux realmedia x264 libav<br>
<div class="gmail_extra"><br>Is it worth trying remove some plugin from the list apart faad, mad and libav?</div><div class="gmail_extra">Would it change anything using an explicit chain "filesrc.... qtdemux... h264parse... etc." instead of a "playbin" (although I'm not sure I would able to build such a pipeline...) ?</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">Thank a lot for your patience :)</div><div class="gmail_extra">Sandro<br><br><br><div class="gmail_quote">2014-03-29 9:48 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:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class=""><div class="h5">On Fr, 2014-03-28 at 17:06 +0100, Sandro Sacquegno wrote:<br>
> Hi all,<br>
><br>
> Is it possible that every try to "playbin" an mp3 or mp4 fails with "no<br>
> suitable plugin found" ?<br>
><br>
> I tried on a real device (2.3.4) and in Android.mk I included ALL available<br>
> plugins!<br>
><br>
> Am I missing something?<br>
><br>
> Sorry for the, maybe, newbie question...<br>
<br>
</div></div>What are "ALL available plugins" you are including, what's your<br>
Android.mk? You will need qtdemux for the MP4 container, audioparsers<br>
and videoparsers for parsing the audio/video bitstreams and for decoding<br>
mad (for MP3), faad (for AAC), libav (for h264, and also the others).<br>
<span class=""><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></div></div></div>