<div dir="ltr">Hi Sebastian,<div><br></div><div>just FYK:</div><div><br></div><div>in the smartphone (2.3.4) case, the offending plugin is just libav!</div><div>Removing it from the list makes the apk runnable.</div><div>It even open the mp4, but plays only the audio, complaining, of course, "No decoder available for type 'video/x-h264' ".</div>
<div>Maybe the integrated libav is build for an arch. ARMv7, while the phone is ARMv6?</div><div><br></div><div>Bye</div><div>Sandro</div><div><br></div><div><div class="gmail_extra"><div class="gmail_quote">2014-03-31 10:37 GMT+02:00 Sandro Sacquegno <span dir="ltr"><<a href="mailto:sansac@gmail.com" target="_blank">sansac@gmail.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><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" target="_blank">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><div class="h5"><div><div>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><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></div></div>_______________________________________________<br>
gstreamer-android mailing list<br>
<a href="mailto:gstreamer-android@lists.freedesktop.org" target="_blank">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>
</blockquote></div><br></div></div></div>