Hi,<br><br>I&#39;ve been messing with the VPMedia code a bit, trying to get mpeg4 reception to work, and comparing its code with decoder-mpeg4 in vic. I&#39;m wondering what the proper way to identify the beginning/end of frames is - is it determined by the marker field in the RTP packet header? I had a couple other issues:<br>
<br>-in the packets, (in the actual payload, after throwing out the header) it looks like the first two bytes are always zero. Should these be passed to libavcodec&#39;s decoder?<br>-from what I can tell in decoder-mpeg4.cpp, it looks like the sequence 0x000001b0 at the beginning of the payload means that that&#39;s the beginning of an I-frame. Is there a similar sequence for a P-frame? Is that even necessary to specifically identify P-frames if the marker bit is being properly set?<br>
<br>Any help would be greatly appreciated.<br>Thanks,<br>--Andrew<br>