iOS rtp support

elio.francesconi elio.francesconi at gmail.com
Sat Oct 19 18:39:41 CEST 2013


Hi all,
I'ld like to use GStreamer under iOS to open an RTP connections.
I'm developing a VoIP application and I'ld like to use this library.

Unfortunately my first tests are failed.
I've downloaded gstreamer-sdk-devel-2013.6-ios-universal.pkg and installed
and tutorials.
Tutorials are working properly but when I'm trying to run this code,
GStreamer is not able to load the udpsrc plugin.

    GstElement *rtpbin, *rtpsrc, *rtcpsrc, *rtcpsink;
    GstElement *audiodepay, *audiodec, *audiores, *audioconv, *audiosink;
    GstElement *pipeline;
    pipeline = gst_pipeline_new (NULL);
    g_assert (pipeline);
    rtpsrc = gst_element_factory_make ("udpsrc", "rtpsrc");
    g_assert (rtpsrc);

So when I run this code, rtpsrc is NULL

I appreciate any help or suggestions.
Thanks
Elio





--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/iOS-rtp-support-tp4662725.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list