[gst-devel] address already in use(98)

Wim Taymans wim.taymans at gmail.com
Wed Feb 2 19:13:54 CET 2011


With the sockfd on udpsrc and udpsink you can share the same socket
for sending and receiving,
see rtspsrc for how this can be done.

Wim

On Wed, Feb 2, 2011 at 7:04 PM, giorgino <giorgio9 at libero.it> wrote:
>
> Hi all I have the following problem. With a gstreamer pipe I send rtp packets
> from my ip port for example 5010 to another IP for example to port 15000.
> Besides the other IP sends to me at port 5010 another stream.
> In order to receive and to decode this stream I launch another pipe, but I
> receive the error that the address is already in use
> the pipe is
>
> gst-launch -v gstrtpbin name=rtpbin latency=200 udpsrc
> caps=application/x-rtp,media=video,clock-rate=90000,encoding-name=H264,payload=99,reuse=true,
> port=5010 ! rtph264depay ! ffdec_h264 ! ffmpegcolorspace ! autovideosink
> udpsink host=127.0.0.1
>
> Is there a way to solve the problem? To have two pipe that works togheter?
>
> G.
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/address-already-in-use-98-tp3255189p3255189.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
> February 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
>




More information about the gstreamer-devel mailing list