Hi,<br><br>I am trying to bookmark a playing TS file for later re-play. What I am retrieving is the fNPT value from ClientTrickPlayState.<br><br>My function is like:<br><br>(step 1) updateTSRecordNum();<br clear="all">(step 2) fIndexFile-&gt;lookupPCRFromTSPacketNum(fTSRecordNum, False, fNPT, fIxRecordNum);<br>
(step 3) return fNPT<br><br>But from the result, I saw the fNPT increases exponentially after above function is called repeatedly. I suspect it is due to the repeated call of updateTSRecordNum().<br><br>Could anyone tell me how to retrieve the correct NPT time value? Thank you!<br>
<br>-- <br>Woods<br>