Playbin element for iOS ?

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

Playbin element for iOS ?

GnashAmu
Hi guys,

I looking to develop a player application with Gstreamer on iOS.

https://gstreamer.freedesktop.org/documentation/tutorials/ios/index.html

by the link, I was able to install and launch the tutorial application,

I want to extend / create new test program through "playbin", but I was
getting NULL as return value when create it (gst_element_factory_make).

Is the Playbin element available in iOS ?

The gst-inspect-1.0 command line tools also missing for iOS, How can I get
it. I currently downloaded 1.15v.
where can i get tool and playbin element for iOS?

please help me!

Thanks in Advance.
Gnash.



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

Re: Playbin element for iOS ?

Sebastian Dröge-3
On Tue, 2019-03-05 at 07:57 -0600, GnashAmu wrote:
>
> Is the Playbin element available in iOS ?

Yes

> The gst-inspect-1.0 command line tools also missing for iOS, How can
> I get it. I currently downloaded 1.15v.
> where can i get tool and playbin element for iOS?

For playbin (and other plugins), you need to enable them in
gst_ios_main.h in your application. Each plugin individually has to be
enabled on iOS as apps are statically linking to them.

gst-inspect-1.0 is not available for iOS. You don't have a terminal to
run it on anyway :) You can get the same information programmatically
via the GstRegistry API though.

--
Sebastian Dröge, Centricular Ltd · https://www.centricular.com


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (981 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Playbin element for iOS ?

GnashAmu

Thanks Sebastian,

I able to fix the issue now.  However, I was force to disable or comment out
some plugins as they were gave build time failure.

"_gst_plugin_schro_register"
"_gst_plugin_mad_register"
"_gst_plugin_gstiren_register"
"_gst_plugin_datauriscr_register"
"_gst_plugin_sdp_register", referenced from:
    _gst_ios_init in gst_ios_init.o

ld: symbol(s) not found for architecture x86_64.

How to fix this without commenting plugins ?

Thanks again !






--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel