Hi All,<br><br>I need to understand the value of fPresentationTime fDurationInMicroseconds. Those two are used in almost all videoframers. <br>I have an IP camera, which sends out video frames in the oder of pps, sps, I, P, P, P...(29 times) in a second.  So should the fPresentationTime/ fDurationInMicroseconds be set as 1000/32 (including both pps ,sps and vidoe frames) ms or 1000/30 (only the video frames) ms?<br>
<br>I also notice that in a videoframer, a single call ::continueReadProcessing can actually cause several ::afterGetting(this) then ::continueReadProcessing.  <br>It looks the framer put several video frames in a single RTP packet. After transmission, will the RTP packet be separated into different frames and given to the client at different fixed interval ? <br>
<br>Thanks a lot for your explanation.<br><br>Best Regards,<br>Tao  <br><br>