iOS rtp support

elio francesconi elio.francesconi at gmail.com
Mon Oct 21 18:32:22 CEST 2013


Thanks Sebastian,

Do you think avfvideosrc will be the good one solution for me?
I need to get video from the camera then send via it via rtp...

Which is your road map for having a working video source under iOS?

As I said I'm evaluating using GStreamer for my project but this issue
could be a relevant problem for me.
Thanks
Elio


2013/10/21 Sebastian Dröge <sebastian at centricular.com>

> On So, 2013-10-20 at 21:00 +0200, Elio Francesconi wrote:
> > Thanks Sebastian,
> > Last question,
> > in this example
> http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh
> > I see:
> > #  .-------.    .-------.    .-------.      .----------.     .-------.
> > #  |v4lssrc|    |h264enc|    |h264pay|      | rtpbin   |     |udpsink|
>  RTP
> > #  |      src->sink    src->sink    src->send_rtp send_rtp->sink     |
> port=5000
> > #  '-------'    '-------'    '-------'      |          |     '-------'
> > #                                           |          |
> > #                                           |          |     .-------.
> > #                                           |          |     |udpsink|
>  RTCP
> > #                                           |    send_rtcp->sink     |
> port=5001
> > #                            .-------.      |          |     '-------'
> sync=false
> > #                 RTCP       |udpsrc |      |          |
> async=false
> > #               port=5005    |     src->recv_rtcp      |
> > #                            '-------'      |          |
> > #                                           |          |
> > # .--------.    .-------.    .-------.      |          |     .-------.
> > # |audiosrc|    |alawenc|    |pcmapay|      | rtpbin   |     |udpsink|
>  RTP
> > # |       src->sink    src->sink    src->send_rtp send_rtp->sink     |
> port=5002
> > # '--------'    '-------'    '-------'      |          |     '-------'
> > #                                           |          |
> > #                                           |          |     .-------.
> > #                                           |          |     |udpsink|
>  RTCP
> > #                                           |    send_rtcp->sink     |
> port=5003
> > #                            .-------.      |          |     '-------'
> sync=false
> > #                 RTCP       |udpsrc |      |          |
> async=false
> > #               port=5007    |     src->recv_rtcp      |
> > #                            '-------'      '----------'
> >
> > Which sources should I use for iOS instead of audiosrc, v4lssrc?
> > I mean, I suppose video4linux is not suitable for iOS platform :-)
>
> Currently there is not video source available for iOS, avfvideosrc would
> need to be ported to GStreamer 1.x first... which should be a matter of
> half a day probably.
>
> --
> Sebastian Dröge <sebastian at centricular.com>
> Centricular Ltd - http://www.centricular.com
> Expertise, Straight from the Source
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20131021/00435976/attachment-0001.html>


More information about the gstreamer-devel mailing list