Hi all,<br><br>I am using a simple rtsp client player as referrence from mplayer to get stream of ts packets.<br>I need to do the trick mode so..<br>I am just sending a rtsp command as like this<br><br>char * cmdFmt =<br>
"PLAY %s RTSP/1.0\r\n"<br> "CSeq: %d\r\n"<br> "Session: 1\r\n"<br> "Scale:
2.0\r\n"<br> "\r\n";<br><br>and In this the scale is given in even number like 2,4,6,8<br>but the problem is when I need a FF of 4x and then normal play and then RR .. I want to know the Scale parameter is enough to get packets.
<br>Please help me to solve this... <br>rgds<br>Rishi<br><br>