Newbie - Unable to setup udpsrc

Krzysztof Konopko krzysztof.konopko at youview.com
Wed Dec 5 06:43:21 PST 2012


I guess if you used port in the 'uri' property you shouldn't specify it
again via 'port' property. It's quite possible that udpsrc concatenates
'uri' and 'port' and passes the result to some utility function that
resolves it to IP address and port number.

HTH,
Kris

On 05/12/12 14:20, Baby Octopus wrote:
> I'm trying to run a simple udp sink using following command
> 
> gst-launch-1.0 udpsrc uri=udp://192.168.2.109:1234 port=1234 ! fakesink
> 
> where 192.168.2.109 in on of the system on the network(Ping to this system
> works perfectly fine)
> 
> I get the following error when I run
> 
> Setting pipeline to PAUSED ...
> ERROR: Pipeline doesn't want to pause.
> ERROR: from element /GstPipeline:pipeline0/GstUDPSrc:udpsrc0: Could not
> get/set settings from/on resource.
> Additional debug info:
> gstudpsrc.c(888): gst_udpsrc_start ():
> /GstPipeline:pipeline0/GstUDPSrc:udpsrc0:
> bind failed: Error binding to address: Cannot assign requested address
> Setting pipeline to NULL ...
> Freeing pipeline ...
> rsd7 at rsd7-ThinkCentre-M57e:~$
> 
> What could be the issue?
> 
> ~BO
> 
> 
> 
> 
> 
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Newbie-Unable-to-setup-udpsrc-tp4657244.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
> 



More information about the gstreamer-devel mailing list