<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Re: [Live-devel] How to extract the VOP Coding (I,
P,         B)</title></head><body>
<blockquote type="cite" cite><font face="Times New Roman">We have RTP
packet with MPEG4 payload in it, then how to extract the Frame type
information from it&nbsp; at the client side?</font><br>
</blockquote>
<blockquote type="cite" cite><font face="Times New Roman">Do we need
to look for VOP_START_CODE(</font><font face="Courier New">
0x000001B6</font><font face="Times New Roman">)&nbsp; in each RTP
Packet after RTP Header and if present then next two bits will
determine the VOP Coding type.</font></blockquote>
<div><br></div>
<div>This has nothing to do with &quot;RTP&quot;; the information that
you're looking for will be in the data that's received by your
client's &quot;RTPSource&quot; subclass.&nbsp; If you just inspect the
data that you receive from your &quot;RTPSource&quot; subclass, you
will find this.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>