udpsrc has no data for windows

Sebastian Dröge sebastian at centricular.com
Tue Jun 14 06:16:30 UTC 2016


On Mo, 2016-06-13 at 21:29 +0000, William Salibrici wrote:
> I am trying to get a simple udpsink/udpsrc example to work using two
> windows machines connected to a local lan but it’s not working.
> 
> Sender is windows xp with the following pipeline using the launch
> tool:
> 
> audiotestsrc wave=2 ! audio/x-raw,format=S16LE,rate=8000,channels=1 !
> 
> udpsink clients="192.168.1.101:5004"
> 
> The ip address used by the sender is for the receiving [destination]
> machine. The sender machine has the windows firewall disabled.
> 
>  
> 
> Receiver is windows 7 x86 with the following pipeline using the
> launch tool:
> 
> udpsrc ! fakesink dump=true
> 
> The inspect tool shows that the default port for udpsrc is 5004. I
> allowed this port through the windows firewall on the receiving
> machine.
> 
>  
> 
> Wireshark on the receiver machine shows data coming in from the
> sender machine on port 5004 but nothing is displayed. No pipeline
> errors are reported for either machine.
> 
> I’m using GStreamer 1.6.4 with your windows pre-built binaries.
> 
> I must be tripping over something simple. Any ideas on what I might
> be doing wrong?

Can you try with 1.8.2, and also try with setting the "address"
property on the udpsrc to 192.168.1.101 (the address where you're
sending to)? That shouldn't be necessary, but maybe it helps.

Also please get a debug log with GST_DEBUG=6 of the receiver.

-- 
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160614/a0edca6d/attachment.sig>


More information about the gstreamer-devel mailing list