Playing RTSP with gstreamer 1.2.1

kashif at devdesks.com kashif at devdesks.com
Sun Nov 24 20:39:01 PST 2013


yes plugins are defined
#if defined(GST_IOS_PLUGIN_TCP) || defined(GST_IOS_PLUGINS_NET)
GST_PLUGIN_STATIC_DECLARE(tcp);
#endif
#if defined(GST_IOS_PLUGIN_RTSP) || defined(GST_IOS_PLUGINS_NET)
GST_PLUGIN_STATIC_DECLARE(rtsp);
#endif
#if defined(GST_IOS_PLUGIN_RTP) || defined(GST_IOS_PLUGINS_NET)
GST_PLUGIN_STATIC_DECLARE(rtp);
#endif
#if defined(GST_IOS_PLUGIN_RTPMANAGER) || defined(GST_IOS_PLUGINS_NET)
GST_PLUGIN_STATIC_DECLARE(rtpmanager);
#endif
#if defined(GST_IOS_PLUGIN_SOUP) || defined(GST_IOS_PLUGINS_NET)
GST_PLUGIN_STATIC_DECLARE(soup);
#endif
#if defined(GST_IOS_PLUGIN_UDP) || defined(GST_IOS_PLUGINS_NET)
GST_PLUGIN_STATIC_DECLARE(udp);
#endif
#if defined(GST_IOS_PLUGIN_DATAURISRC) || defined(GST_IOS_PLUGINS_NET)
GST_PLUGIN_STATIC_DECLARE(dataurisrc);
#endif
#if defined(GST_IOS_PLUGIN_SDP) || defined(GST_IOS_PLUGINS_NET)
GST_PLUGIN_STATIC_DECLARE(sdp);
#endif


On Sat, Nov 23, 2013 at 12:54 AM, Sebastian Dröge-3 [via GStreamer-devel] <
ml-node+s966125n4663498h63 at n4.nabble.com> wrote:

> On Mi, 2013-11-20 at 00:05 -0800, [hidden email]<http://user/SendEmail.jtp?type=node&node=4663498&i=0>wrote:
>
> > Hi all
> >  i am using macOS 10.8.5 for making applications for iphone... since
> 0.10
> > version of gstreamer it played RTSP streams fine but now i have
> downloaded
> > and installed gstreamer 1.2.1 from this link
> > http://gstreamer.freedesktop.org/data/pkg/ios/1.2.1/
> > first of all the installer finished with an error that installation
> > failed...
> > after that i installed the 0.10 version, deleted the folder of 0.10
> inside
> > version while the other installation remained intact, then again
> installed
> > 1.2.1 and it installed fine with 1.0 folder inside version...
> > and my code is also shifted to new version of gstreamer
> > but nnow when i try to play an rtsp stream. it says that Error received
> from
> > element decodebin0: Your GStreamer installation is missing a plug-in.
> Are you including the relevant plugins in your application? The
> gst_ios_init.h / .m files contain the relevant lines to enable/disable
> plugins.
>
> You'll at least need the network plugins, i.e. #define
> GST_IOS_PLUGINS_NET
>
> --
> Sebastian Dröge <[hidden email]<http://user/SendEmail.jtp?type=node&node=4663498&i=1>>
>
> Centricular Ltd - http://www.centricular.com
> Expertise, Straight from the Source
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email] <http://user/SendEmail.jtp?type=node&node=4663498&i=2>
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
> *signature.asc* (985 bytes) Download Attachment<http://gstreamer-devel.966125.n4.nabble.com/attachment/4663498/0/signature.asc>
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://gstreamer-devel.966125.n4.nabble.com/Error-Playing-RTSP-with-gstreamer-1-2-1-tp4663433p4663498.html
>  To unsubscribe from Error Playing RTSP with gstreamer 1.2.1, click here<http://gstreamer-devel.966125.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4663433&code=a2FzaGlmQGRldmRlc2tzLmNvbXw0NjYzNDMzfDExNDQwNjEyOTI=>
> .
> NAML<http://gstreamer-devel.966125.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Error-Playing-RTSP-with-gstreamer-1-2-1-tp4663433p4663530.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20131124/731144c0/attachment.html>


More information about the gstreamer-devel mailing list