<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
<br><br><hr id="stopSpelling">Date: Mon, 5 Oct 2009 19:56:50 +0530<br>From: virajk@gmail.com<br>To: gstreamer-devel@lists.sourceforge.net<br>Subject: Re: [gst-devel] alsasrc ! alawenc ! rtppcmapay ! udpsink - can        receive, record then playback, but not playback live.<br><br><div>Hi,</div>
<div>I dont think there is any bug in gstreamer.</div>
<div>I have successfully run "audio capture - UDP send" on one board and "UDP receive - audio playout" on other&nbsp;board. </div>
<div>But we didnt specify ssrc, clock-base, seqnum-base etc.. parameters for udpsrc.</div>
<div>Try this once (your command with minimal udpsrc parameters)</div>
<div>&nbsp;</div>
<div>gst-launch-0.10 -v udpsrc&nbsp; port=1234 caps="application/x-rtp, media=(string)audio, clock-rate=(int)8000, encoding-name=(string)PCMA"&nbsp; ! rtppcmadepay&nbsp; ! audio/x-alaw, rate=8000, channels=1&nbsp; ! alawdec&nbsp; ! alsasink </div><br><br>Thanks Viraj, however I am still only hearing sporadic bursts with that pipeline at the client end. I should have also mentioned that when I successfully streamed to vlc, on the server end I was time-stamping from a filesrc, but I had hacked gstfilesrc.c to sleep between frames for the sample length equivelent to my frame size.<br><br><br>John<br>                                               </body>
</html>