<div>Hi,</div>
<div>The code follow as (in MultiFramedRTPSource.cpp):</div>
<div> </div>
<div> if (fPacketLossInFragmentedFrame) {<br> // This packet is unusable; reject it:<br> fReorderingBuffer->releaseUsedPacket(nextPacket);<br> fNeedDelivery = True;<br> break;<br> }</div>
<div> </div>
<div>I ask my co-worker about this. They say we did not consider it.</div>
<div>The RTP packet loss issue depends on decorder abilty.</div>
<div>Now, we use the MPEG4-ES codec. </div>
<div>Where could I find the white paper talk about the issue(MPEG4 or H264)?</div>
<div>And, who can tell me the right or wrong with the answer commented by my co-worker?</div>
<div>Thank you.</div>