<div dir="ltr">yes plugins are defined<br>#if defined(GST_IOS_PLUGIN_TCP) || defined(GST_IOS_PLUGINS_NET)<br>GST_PLUGIN_STATIC_DECLARE(tcp);<br>#endif<br>#if defined(GST_IOS_PLUGIN_RTSP) || defined(GST_IOS_PLUGINS_NET)<br>
GST_PLUGIN_STATIC_DECLARE(rtsp);<br>#endif<br>#if defined(GST_IOS_PLUGIN_RTP) || defined(GST_IOS_PLUGINS_NET)<br>GST_PLUGIN_STATIC_DECLARE(rtp);<br>#endif<br>#if defined(GST_IOS_PLUGIN_RTPMANAGER) || defined(GST_IOS_PLUGINS_NET)<br>
GST_PLUGIN_STATIC_DECLARE(rtpmanager);<br>#endif<br>#if defined(GST_IOS_PLUGIN_SOUP) || defined(GST_IOS_PLUGINS_NET)<br>GST_PLUGIN_STATIC_DECLARE(soup);<br>#endif<br>#if defined(GST_IOS_PLUGIN_UDP) || defined(GST_IOS_PLUGINS_NET)<br>
GST_PLUGIN_STATIC_DECLARE(udp);<br>#endif<br>#if defined(GST_IOS_PLUGIN_DATAURISRC) || defined(GST_IOS_PLUGINS_NET)<br>GST_PLUGIN_STATIC_DECLARE(dataurisrc);<br>#endif<br>#if defined(GST_IOS_PLUGIN_SDP) || defined(GST_IOS_PLUGINS_NET)<br>
GST_PLUGIN_STATIC_DECLARE(sdp);<br>#endif<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Nov 23, 2013 at 12:54 AM, Sebastian Dröge-3 [via GStreamer-devel] <span dir="ltr"><<a href="/user/SendEmail.jtp?type=node&node=4663530&i=0" target="_top" rel="nofollow" link="external">[hidden email]</a>></span> wrote:<br>
<blockquote style='border-left:2px solid #CCCCCC;padding:0 1em' class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

        On Mi, 2013-11-20 at 00:05 -0800, <a href="http://user/SendEmail.jtp?type=node&node=4663498&i=0" rel="nofollow" link="external" target="_blank">[hidden email]</a> wrote:
<div><div><div class='shrinkable-quote'><br>> Hi all
<br>>  i am using macOS 10.8.5 for making applications for iphone... since 0.10
<br>> version of gstreamer it played RTSP streams fine but now i have downloaded
<br>> and installed gstreamer 1.2.1 from this link
<br>> <a href="http://gstreamer.freedesktop.org/data/pkg/ios/1.2.1/" rel="nofollow" link="external" target="_blank">http://gstreamer.freedesktop.org/data/pkg/ios/1.2.1/</a><br>> first of all the installer finished with an error that installation
<br>> failed...
<br>> after that i installed the 0.10 version, deleted the folder of 0.10 inside
<br>> version while the other installation remained intact, then again installed
<br>> 1.2.1 and it installed fine with 1.0 folder inside version...
<br>> and my code is also shifted to new version of gstreamer
<br>> but nnow when i try to play an rtsp stream. it says that Error received from
<br>> element decodebin0: Your GStreamer installation is missing a plug-in.
</div></div>Are you including the relevant plugins in your application? The
</div>gst_ios_init.h / .m files contain the relevant lines to enable/disable
<br>plugins.
<br><br>You'll at least need the network plugins, i.e. #define
<br>GST_IOS_PLUGINS_NET
<br><br>-- 
<br>Sebastian Dröge <<a href="http://user/SendEmail.jtp?type=node&node=4663498&i=1" rel="nofollow" link="external" target="_blank">[hidden email]</a>>
<br>Centricular Ltd - <a href="http://www.centricular.com" rel="nofollow" link="external" target="_blank">http://www.centricular.com</a><br>Expertise, Straight from the Source
<br><br>_______________________________________________
<br>gstreamer-devel mailing list
<br><a href="http://user/SendEmail.jtp?type=node&node=4663498&i=2" rel="nofollow" link="external" target="_blank">[hidden email]</a>
<br><a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="nofollow" link="external" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br><div><br><img> <strong>signature.asc</strong> (985 bytes) <a href="http://gstreamer-devel.966125.n4.nabble.com/attachment/4663498/0/signature.asc" rel="nofollow" link="external" target="_blank">Download Attachment</a></div>


        
        
        
        <br>
        <br>
        <hr color="#cccccc" noshade size="1">
        <div style="color:#444;font:12px tahoma,geneva,helvetica,arial,sans-serif">
                <div style="font-weight:bold">If you reply to this email, your message will be added to the discussion below:</div>
                <a href="http://gstreamer-devel.966125.n4.nabble.com/Error-Playing-RTSP-with-gstreamer-1-2-1-tp4663433p4663498.html" target="_blank" rel="nofollow" link="external">http://gstreamer-devel.966125.n4.nabble.com/Error-Playing-RTSP-with-gstreamer-1-2-1-tp4663433p4663498.html</a>
        </div>
        <div style="color:#666;font:11px tahoma,geneva,helvetica,arial,sans-serif;margin-top:.4em;line-height:1.5em">
                
                To unsubscribe from Error Playing RTSP with gstreamer 1.2.1, <a href="" target="_blank" rel="nofollow" link="external">click here</a>.<br>

                <a href="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" rel="nofollow" style="font:9px serif" target="_blank" link="external">NAML</a>
        </div></blockquote></div><br></div>


        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Error-Playing-RTSP-with-gstreamer-1-2-1-tp4663433p4663530.html">Re: Playing RTSP with gstreamer 1.2.1</a><br/>
Sent from the <a href="http://gstreamer-devel.966125.n4.nabble.com/">GStreamer-devel mailing list archive</a> at Nabble.com.<br/>