<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Il 13/05/2013 11:51, Sebastian Dröge ha
      scritto:<br>
    </div>
    <blockquote cite="mid:1368438708.15430.27.camel@thor.lan"
      type="cite">
      <pre wrap="">On Mo, 2013-05-13 at 11:35 +0200, Francesco Argese wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">2013/5/13 Sebastian Dröge <a class="moz-txt-link-rfc2396E" href="mailto:sebastian.droege@collabora.co.uk"><sebastian.droege@collabora.co.uk></a>

        
        
        v4l2 is no public API on Android and not available on many
        devices.
        
        You can get the MPEG4 encoder when listing the ffmpeg plugin
        in your
        Android.mk


I have tried to follow your suggestion regarding fffenc_mpeg4 and I
have created the Android.mk below but, when I compile with ndk-build I
obtain the error below.


I have seen that for every plugin available a related library exists
with name libgst$(plugin_name).a in directory
$(GST_ANDROID_ROOT)/lib/gstreamer-0.10/static but, for ffenc_mpeg4, it
doesn't exist and it seems that it was not compiled.

Am I wrong somewhere?
</pre>
      </blockquote>
      <pre wrap="">
The plugin is just called "ffmpeg"

</pre>
      <blockquote type="cite">
        <pre wrap="">Regarding vrl2src does exist another plugin to read frames from an
Android camera device?</pre>
      </blockquote>
    </blockquote>
    <br>
    <br>
    you can read raw frames using android java api and send them to
    gstreamer pipelines using appsrc,<br>
    <br>
    Nicola<br>
    <br>
    <br>
    <blockquote cite="mid:1368438708.15430.27.camel@thor.lan"
      type="cite">
      <blockquote type="cite">
        <pre wrap="">
</pre>
      </blockquote>
      <pre wrap="">
Not yet, but it would be possible to create something around the Android
camera Java API.
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
gstreamer-android mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-android@lists.freedesktop.org">gstreamer-android@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-android">http://lists.freedesktop.org/mailman/listinfo/gstreamer-android</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>