Hi All,
Is it possible to get symmetric rtp/rtcp working with existing gstreamer elemets (rtpbin, udpsink, udpsrc)? If it is how to do it? (As far as I can see it is not possible to set source port to udpsink element?)
Thanks & Regards, Tommi
_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On 12/13/2012 08:52 AM, tommi roth wrote:
> Hi All, > > Is it possible to get symmetric rtp/rtcp working with existing gstreamer > elemets (rtpbin, udpsink, udpsrc)? If it is how to do it? (As far as I > can see it is not possible to set source port to udpsink element?) Yes. You can find some example piplelines and sender/receiver here: http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/tests/examples/rtp Wim > > Thanks & Regards, > Tommi > > > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel > _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Thanks for answer.
I checked those examples but I didn't found any place where it can be seen that rtp/rtcp are really using same port for receiving and sending. More specific help is needed. Thanks for your patience, newbie 2012/12/13 Wim Taymans <[hidden email]>
_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
You have create one udpsink, query the socket once created and set it
on the udpsrc (or vice versa). On 13 December 2012 10:46, tommi roth <[hidden email]> wrote: > Thanks for answer. > > I checked those examples but I didn't found any place where it can be seen > that rtp/rtcp are really using same port for receiving and sending. More > specific help is needed. > > Thanks for your patience, > newbie > > > 2012/12/13 Wim Taymans <[hidden email]> >> >> On 12/13/2012 08:52 AM, tommi roth wrote: >>> >>> Hi All, >>> >>> Is it possible to get symmetric rtp/rtcp working with existing gstreamer >>> elemets (rtpbin, udpsink, udpsrc)? If it is how to do it? (As far as I >>> can see it is not possible to set source port to udpsink element?) >> >> >> Yes. You can find some example piplelines and sender/receiver here: >> >> >> http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/tests/examples/rtp >> >> Wim >> >>> >>> Thanks & Regards, >>> Tommi >>> >>> >>> _______________________________________________ >>> gstreamer-devel mailing list >>> [hidden email] >>> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel >>> >> >> _______________________________________________ >> gstreamer-devel mailing list >> [hidden email] >> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel > > > > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel > gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |