<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1522" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>dear all,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>i am currently working on Motion JPEG video RTSP
streaming with Quicktime player.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>In order to pause and play the video again, i
override the pauseStream() and startStream() function in my own
ServerMediaSubsession class.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>But i noticed that whenever i pause and replay the
video, the Quicktime player seems like buffering for a while (about 10-15
seconds) before the video start playing. But the progress bar still continue to
move during the buffering period.</FONT></DIV>
<DIV><FONT face=Arial size=2>Therefore, the duration of the video became
inaccurate and progress bar reached at the end before the video finish
playing. </FONT></DIV>
<DIV><FONT face=Arial size=2>Is it possible to have an accutarate duration
eventhough i pause and play the video??</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks for helping.</FONT></DIV></BODY></HTML>