Seems like there is an option in RTSP to specify a range in time that you want to start your stream.<br><br>I did a web page for a STB that when a certain button is pressed (for example), I take the current Position and add 30 to it and set the position. The new npt is sent to the server but mediaServer doesn&#39;t seems to do anything with this param. Without an index, it would also seem feasible to skip, but then I don&#39;t know about rewind.<br>
<br><a href="http://www.myiptv.org/Articles/RTSP/tabid/72/Default.aspx">http://www.myiptv.org/Articles/RTSP/tabid/72/Default.aspx</a><br>&quot;<font face="Calibri">The important bits of this command are Range and Scale.  See 
I said you would want to know the range. Range specifies from where and how much 
of the content to play. 0- tells the server to start at the beginning and play 
to the end but you could also start anywhere in the file as we’ll see in a 
minute or only play the first 5 minutes of the content.  It’s up to you.&quot;</font><br><br>Steve M.<br>