v4l2src and mpeg4 plugins on Android

Mailing List SVR lists at svrinformatica.it
Mon May 13 03:11:34 PDT 2013


Il 13/05/2013 11:51, Sebastian Dröge ha scritto:
> On Mo, 2013-05-13 at 11:35 +0200, Francesco Argese wrote:
>> 2013/5/13 Sebastian Dröge <sebastian.droege at collabora.co.uk>
>>
>>          
>>          
>>          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?
> The plugin is just called "ffmpeg"
>
>> Regarding vrl2src does exist another plugin to read frames from an
>> Android camera device?


you can read raw frames using android java api and send them to 
gstreamer pipelines using appsrc,

Nicola


> Not yet, but it would be possible to create something around the Android
> camera Java API.
>
>
> _______________________________________________
> gstreamer-android mailing list
> gstreamer-android at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-android

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-android/attachments/20130513/1d687cc9/attachment.html>


More information about the gstreamer-android mailing list