<div>Hello all,</div>
<div>&nbsp;</div>
<div>I have tried another solution inspired from an example given in the rtp readme, I have no special error but it seems to do nothing and ends after sometime with a memory error</div>
<div>&nbsp;</div>
<div>gst-launch-0.10 dc1394src ! ffmpegcolorspace ! video/x-raw-yuv, format=(fourcc)I420, width=640, height=480, framerate=(fraction)30/1 ! ffenc_h263p ! rtph263ppay ! udpsink</div>
<div>&nbsp;</div>
<div>I catch the udpsink displayed capabilities as indicated in the doc and transmit it to the receiver</div>
<div>&nbsp;</div>
<div>gst-launch-0.10 -v udpsrc caps=&quot;application/x-rtp, media=(string)video, payload=(int)96, clock-rate=(int)90000,encoding-name=(string)H263-1998, ssrc=(guint)330156365, clock-base=(guint)330156365,seqnum-base=(guint)56570&quot; ! rtph263pdepay ! ffdec_h263 ! directdrawsink 
</div>
<div>&nbsp;</div>
<div>If I have well understood directdrawsink should have the sync option as true?</div>
<div>&nbsp;</div>
<div>What am I doing wrong? </div>
<div>&nbsp;</div>
<div>thank you for any help,</div>
<div>Florent Ranchin</div>