<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html style="direction: ltr;">
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
    <title></title>
    <style type="text/css">body p { margin-bottom: 0cm; margin-top: 0pt; } </style>
  </head>
  <body style="direction: ltr;"
    bidimailui-detected-decoding-type="UTF-8" bgcolor="#ffffff"
    text="#000000">
    On 10/08/2012 11:39 AM, <a class="moz-txt-link-abbreviated" href="mailto:d.santanche@tiscali.it">d.santanche@tiscali.it</a> wrote:<br>
    <blockquote
      cite="mid:24926637.124411349710756904.JavaMail.defaultUser@defaultHost"
      type="cite">
      <pre wrap="">I'm trying to detect the amount of packet lost and so I'd like to print 
the RTP packet sequence number on the server and on the client.
Where 
can I find this information?
</pre>
    </blockquote>
    <br>
    The problem is probably buffer sizes (that is, packets discarded
    because there is not enough room in the receiver buffer) rather than
    network packet loss (errors or congestion). Try to reduce your image
    size to e.g. 320x240 so that even I-coded images fit within a 64K
    buffer; if the UDP stream works then, that's your problem.<br>
  </body>
</html>