Hi everyone,<br><br>I have a problem in trick play mode to play a TS resource by an RTSP session ...<br><br>I have modified openRTSP to send PLAY with scale = 2.0 and I have realized that timestamps are always the same value ....
<br><br>After a deep study I have realized that:<br><br>When MPEG2TransportFileServerMediaSubsession receive a setStreamScale, ClientTrickPlayState change framer source in MPEG2TransportStreamFromESSource.<br><br>Doing this, MPEG2TransportStreamFromESSource has InputESSourceRecord that calculate presentation time and remember it in afterGettingFrame1 function ...
<br><br>I think that is correct to assign presentationTime to fParent.fPresentationTime ( related to MPEG2TransportStreamFromESSource ) ...<br><br>Doing this I can see correct timestamps ...<br><br><br>Is this work correct ?
<br><br>Regards<br><br>Massimo Zito<br>