<div>Hi,</div>
<div>The code follow as (in&nbsp;MultiFramedRTPSource.cpp):</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp; if (fPacketLossInFragmentedFrame) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // This packet is unusable; reject it:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fReorderingBuffer-&gt;releaseUsedPacket(nextPacket);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fNeedDelivery = True;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; break;<br>&nbsp;&nbsp;&nbsp; }</div>
<div>&nbsp;</div>
<div>I ask my co-worker about this. They say we did not&nbsp;consider it.</div>
<div>The RTP packet loss issue depends on&nbsp;decorder&nbsp;abilty.</div>
<div>Now, we use the&nbsp;MPEG4-ES codec.&nbsp;</div>
<div>Where could&nbsp;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>