Compile gst-plugins-bad1.0

classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|

Compile gst-plugins-bad1.0

alex_malishev
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?
Reply | Threaded
Open this post in threaded view
|

Re: Compile gst-plugins-bad1.0

Sebastian Dröge-3
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
Reply | Threaded
Open this post in threaded view
|

Re[2]: Compile gst-plugins-bad1.0

alex_malishev
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



Пятница, 8 июля 2016, 15:59 +03:00 от Sebastian Dröge <[hidden email]>:

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


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Re[2]: Compile gst-plugins-bad1.0

Sebastian Dröge-3
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
I already asked you a few times for a debug log. Without this I can't
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
Reply | Threaded
Open this post in threaded view
|

Re[4]: Compile gst-plugins-bad1.0

alex_malishev
http://pastebin.com/MkgheLh0 - here is my logs. 


Пятница, 8 июля 2016, 16:18 +03:00 от Sebastian Dröge <[hidden email]>:

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

I already asked you a few times for a debug log. Without this I can't
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


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re[4]: Compile gst-plugins-bad1.0

alex_malishev
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]>:

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

I already asked you a few times for a debug log. Without this I can't
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


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Re[4]: Compile gst-plugins-bad1.0

Sebastian Dröge-3
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
Reply | Threaded
Open this post in threaded view
|

Re[6]: Compile gst-plugins-bad1.0

alex_malishev

Here is my gstreamer initialization logs.

Вторник, 12 июля 2016, 8:47 +03:00 от Sebastian Dröge-3 [via GStreamer-devel] <[hidden email]>:

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



If you reply to this email, your message will be added to the discussion below:
http://gstreamer-devel.966125.n4.nabble.com/Compile-gst-plugins-bad1-0-tp4678538p4678614.html
To unsubscribe from Compile gst-plugins-bad1.0, click here.
NAML


=?UTF-8?B?Z3N0cmVhbWVyIGluaXQgbG9ncy50eHQ=?= (1M) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re[6]: Compile gst-plugins-bad1.0

alex_malishev
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]>:

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


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Re[6]: Compile gst-plugins-bad1.0

Sebastian Dröge-3
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