try setting sync=false for directsoundsink properties.<br><br><div class="gmail_quote">On Tue, Dec 7, 2010 at 2:23 PM, Callewaert Sven <span dir="ltr">&lt;<a href="mailto:S.Callewaert@televic.com">S.Callewaert@televic.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div lang="NL-BE" link="blue" vlink="purple"><div><p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;color:#1F497D">Replacing the autoaudiosink element with directsoundsink did the trick. Now I hear a continuous beep but there is a lot of distortion on it. When I stream the microphone by replacing audiotestsrc with directsoundsrc on the sender side, I also hear a lot of distortion. The distortion however only occurs when the microphone captures moderate to loud noises. There is no distortion with quiet noises. Could it be a signed/unsigned issue? Can I force the sender the use signed=false in some way?</span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;color:#1F497D"> </span></p><div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm"><p class="MsoNormal"><b><span lang="EN-US" style="font-size:10.0pt">From:</span></b><span lang="EN-US" style="font-size:10.0pt"> sumit kumar [mailto:<a href="mailto:sumit.git@gmail.com" target="_blank">sumit.git@gmail.com</a>] <br>
<b>Sent:</b> dinsdag 7 december 2010 8:18<br><b>To:</b> Discussion of the development of GStreamer<br><b>Subject:</b> Re: [gst-devel] GStreamer audio streaming on Windows</span></p></div><div><div></div><div class="h5"><p class="MsoNormal">
 </p><p class="MsoNormal">Hi,</p><div><p class="MsoNormal"> </p></div><div><p class="MsoNormal">Try with directsoundsink.. else try setting sync=false for autoaudiosink</p></div><div><p class="MsoNormal"> </p></div><div><p class="MsoNormal" style="margin-bottom:12.0pt">
-Sumit</p><div><p class="MsoNormal">On Tue, Dec 7, 2010 at 3:55 AM, Callewaert Sven &lt;<a href="mailto:S.Callewaert@televic.com" target="_blank">S.Callewaert@televic.com</a>&gt; wrote:</p><div><div><p class="MsoNormal"><span lang="EN-US">Hi,</span></p>
<p class="MsoNormal"><span lang="EN-US"> </span></p><p class="MsoNormal"><span lang="EN-US">I&#39;m experimenting a bit with GStreamer (ossbuild 0.10.7) on Windows, but I can&#39;t seem to make audio streaming between two computers work. All I hear at the receiver side is a short beep followed by silence.</span></p>
<p class="MsoNormal"><span lang="EN-US"> </span></p><p class="MsoNormal"><span lang="EN-US">This is the sender pipeline:</span></p><p class="MsoNormal" style="text-indent:35.4pt"><span lang="EN-US">gst-launch -v audiotestsrc  ! audioconvert ! rtpL16pay ! udpsink host=224.0.0.7 auto-multicast=true port=4444</span></p>
<p class="MsoNormal"><span lang="EN-US"> </span></p><p class="MsoNormal"><span lang="EN-US">This is the receiver pipeline:</span></p><p class="MsoNormal" style="text-indent:35.4pt"><span lang="EN-US">gst-launch -v udpsrc multicast-group=224.0.0.7 port=4444 caps=&quot;application/x-rtp, media=(string)audio, channels=(int)1, clock-rate=(int)44100, encoding-name=(string)L16&quot; ! gstrtpbin ! rtpL16depay ! audioconvert ! queue ! autoaudiosink</span></p>
<p class="MsoNormal"><span lang="EN-US"> </span></p><p class="MsoNormal"><span lang="EN-US">I&#39;ve already tried different queue settings and codecs. Same thing when I try to stream an audio file, all I hear is about 1 second of it. </span>What could be the problem?</p>
<p class="MsoNormal"> </p></div></div><p class="MsoNormal" style="margin-bottom:12.0pt"><br>------------------------------------------------------------------------------<br>What happens now with your Lotus Notes apps - do you make another costly<br>
upgrade, or settle for being marooned without product support? Time to move<br>off Lotus Notes and onto the cloud with Force.com, apps are easier to build,<br>use, and manage than apps on traditional platforms. Sign up for the Lotus<br>
Notes Migration Kit to learn more. <a href="http://p.sf.net/sfu/salesforce-d2d" target="_blank">http://p.sf.net/sfu/salesforce-d2d</a><br>_______________________________________________<br>gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a></p>
</div><p class="MsoNormal"> </p></div></div></div></div></div><br>------------------------------------------------------------------------------<br>
What happens now with your Lotus Notes apps - do you make another costly<br>
upgrade, or settle for being marooned without product support? Time to move<br>
off Lotus Notes and onto the cloud with Force.com, apps are easier to build,<br>
use, and manage than apps on traditional platforms. Sign up for the Lotus<br>
Notes Migration Kit to learn more. <a href="http://p.sf.net/sfu/salesforce-d2d" target="_blank">http://p.sf.net/sfu/salesforce-d2d</a><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br>