<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Send pipeline now is:<br>
gst-launch-1.0 -e audiotestsrc wave=2 samplesperbuffer=512 ! audio/x-raw,format=S16LE,rate=8000,channels=1 ! udpsink buffer-size=1000000 clients="<a href="http://192.168.1.101:5018" rel="noreferrer" target="_blank">192.168.1.101:5018</a>"<br>
<br>
Receive pipeline now is:<br>
gst-launch-1.0 -e udpsrc address="192.168.1.101" buffer-size=1000000 port=5018 caps="audio/x-raw,format=S16LE,rate=8000,channels=1" ! fakesink dump=TRUE<br>
<br>
Still no data displayed for the receiver pipeline on my windows 7 machine!<br>
<br>
I attached the new wireshark capture file obtained from the receiver machine which now shows no fragmentation. I think the IP layer does support fragmentation and reassembly but there are a number of possible drawbacks there as well.<br>
<br>
I followed the udp stream in wireshark [40 packets total for test session] and saved the raw packet data to a file [size 40960 bytes]. I used Audacity [a free, open source, cross-platform software for recording and editing sounds from here:  <a href="http://audacity.sourceforge.net/" rel="noreferrer" target="_blank">http://audacity.sourceforge.net/</a> ] to import the raw audio data, gave it the audio data format, and it plays just fine.<br>
<br>
I used my own C++ udp receiver test app to capture data during the same test session as above and also saved it to a raw file. I compared it to the wireshark capture file and it is identical. This shows that my test app is in fact receiving all the udp data for the no-fragmentation case.<br></blockquote></div><br></div><div class="gmail_extra">Sorry to hijack this thread but I was having similar problems on Windows. Here's the thread:<br><br><a href="http://gstreamer-devel.966125.n4.nabble.com/Multicast-RTP-not-working-on-Windows-td4677923.html">http://gstreamer-devel.966125.n4.nabble.com/Multicast-RTP-not-working-on-Windows-td4677923.html</a><br><br></div><div class="gmail_extra">Couldn't figure a solution to this.<br></div></div>