Hi! I use gstreamer1.0 android-arm-1.8.0 sdk which i build with gradle in my android project. But I need android media plugin, wich is in the plugins-bad package. But there is no "gst-plugins-bad" in gstreamer sdk. My question is: How to add this plugins package to my sdk?
|
On Fr, 2016-07-08 at 04:55 -0700, alex_malishev wrote:
> Hi! I use gstreamer1.0 android-arm-1.8.0 sdk which i build with > gradle in my > android project. But I need android media plugin, wich is in the > plugins-bad > package. But there is no "gst-plugins-bad" in gstreamer sdk. My > question is: > How to add this plugins package to my sdk? It's included directly in the 1.8.0 binaries. You just have to add the androidmedia plugin to your application. -- Sebastian Dröge, Centricular Ltd · http://www.centricular.com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel signature.asc (968 bytes) Download Attachment |
I already did this in my Android.mk:
include $(GSTREAMER_NDK_BUILD_PATH)/plugins.mk Пятница, 8 июля 2016, 15:59 +03:00 от Sebastian Dröge <[hidden email]>: _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On Fr, 2016-07-08 at 16:07 +0300, Саша Куликов wrote:
> I already did this in my Android.mk: > include $(GSTREAMER_NDK_BUILD_PATH)/plugins.mk > GSTREAMER_PLUGINS := $(GSTREAMER_PLUGINS_CORE) > $(GSTREAMER_PLUGINS_CODECS) $(GSTREAMER_PLUGINS_CODECS_RESTRICTED) > $(GSTREAMER_PLUGINS_NET) rtmp mms androidmedia ogg theora > vorbis playback opengl opensles > G_IO_MODULES := gnutls > GSTREAMER_EXTRA_DEPS := gstreamer-video-1.0 gstreamer-plugins- > base-1.0 gstreamer-bad-video-1.0 > > include $(GSTREAMER_NDK_BUILD_PATH)/gstreamer-1.0.mk > > I just want to use ahcsrc element, but I can't. It's very sad :( > please help me help you. -- Sebastian Dröge, Centricular Ltd · http://www.centricular.com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel signature.asc (968 bytes) Download Attachment |
http://pastebin.com/MkgheLh0 - here is my logs.
Пятница, 8 июля 2016, 16:18 +03:00 от Sebastian Dröge <[hidden email]>: _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by Sebastian Dröge-3
Sebastian, hello! Have you seen my logs?
Пятница, 8 июля 2016, 16:18 +03:00 от Sebastian Dröge <[hidden email]>: _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by alex_malishev
On Fr, 2016-07-08 at 16:41 +0300, Саша Куликов wrote:
> http://pastebin.com/MkgheLh0 - here is my logs. This is not the complete log, the important part (the initialization from GStreamer.init()) is missing here. -- Sebastian Dröge, Centricular Ltd · http://www.centricular.com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel signature.asc (968 bytes) Download Attachment |
Here is my gstreamer initialization logs. Вторник, 12 июля 2016, 8:47 +03:00 от Sebastian Dröge-3 [via GStreamer-devel] <[hidden email]>: =?UTF-8?B?Z3N0cmVhbWVyIGluaXQgbG9ncy50eHQ=?= (1M) Download Attachment |
In reply to this post by Sebastian Dröge-3
Sebastian, exuse me, I know I'm distracting you and I ask you a lot of stupid qestions, but If you give me an example step by step how to properly use androidmedia ahcsrc, you will help me a lot.
Вторник, 12 июля 2016, 9:20 +03:00 от Sebastian Dröge <[hidden email]>: _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by alex_malishev
On Mo, 2016-07-11 at 23:49 -0700, alex_malishev wrote:
> > Here is my gstreamer initialization logs. > [...] The relevant parts are cut off it seems, maybe because the adb log buffer was overflowing. Maybe try only enabling the "ahc" debug category with level 6. Most likely your problem is that the Java class can't be loaded. -- Sebastian Dröge, Centricular Ltd · http://www.centricular.com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel signature.asc (968 bytes) Download Attachment |
Free forum by Nabble | Edit this page |