normally h263 fragments are as follow:<br><br>start of frame --> [Mode A][Mode B] .... [Mode B] <---- end of frame<br><br>you only need the first byte of h263 payload header which is the same for all Mode A,B,C;<br><br>
<pre class="newpage">+-+-+-+-+-+-+-+-+<br>|F|P|SBIT |EBIT |<br>+-+-+-+-+-+-+-+-+</pre><br>you need timestamp and marker bit (to identify start and end of frame) from rtp payload.<br><br>you also need to align fragments according to SBIT, EBIT in h263 payload header<br>
<div class="gmail_quote"><span dir="ltr"></span><br clear="all"></div>-- <br>ArasH<br><br>