udpsrc has no data for windows

William Salibrici bsalibrici at latticeinc.com
Wed Jun 15 17:23:30 UTC 2016


Sebastian,
I put version 1.8.1 on the receiver machine. That was the newest version I could find with windows pre-built binaries.
Here is my receiver pipeline:

	gst-launch-1.0 -e --gst-debug=*:6 udpsrc address="192.168.1.101" ! fakesink dump=TRUE

I have attached the level 6 debug log for the receiver. The pipeline never goes to the playing state for this debug level, it just hangs. If I back down to debug level 4 the pipeline does go to the playing state. I attached that debug log as well. 

Still no data being displayed for either case above.
Your help is much appreciated.

Bill 

-----Original Message-----
From: gstreamer-devel [mailto:gstreamer-devel-bounces at lists.freedesktop.org] On Behalf Of Sebastian Dröge
Sent: Tuesday, June 14, 2016 2:17 AM
To: Discussion of the development of and with GStreamer <gstreamer-devel at lists.freedesktop.org>
Subject: Re: udpsrc has no data for windows

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: debug-level-4.log
Type: application/octet-stream
Size: 12293 bytes
Desc: debug-level-4.log
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160615/b6208011/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: debug-level-6.log
Type: application/octet-stream
Size: 2218460 bytes
Desc: debug-level-6.log
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20160615/b6208011/attachment-0003.obj>


More information about the gstreamer-devel mailing list