Dear Sir:<br>
<br>
In MultiFramedRTPSource.cpp, I note if the provided
SubsessionIOState::fBuffer is not large enough to hold a complelte
frame, the MultiFramedRTPSource will call its afterGetting() to deliver
the truncated frame due to fNumTruncatedBytes &gt; 0. However, the
remaining packets of this frame is not skipped or dropped but delivered
as the next frame with the same timestamp.
<br>
<br>
Is it acceptable in reality?<br>
<br>
I am trying to record MPEG4 frames and feels a little bit strange...<br>
<br>
Brain Lai