Dear Ross,<br><br>thanks for imediate reply..<br>while playing continously .. I mean I play first with scale 1.0 and then again i will send a play command to try 4.0<br>I am getting the buffer. I just want to whether we need to specify the range also.
<br>or scale only is enough..<br>even in even ie 2,4,8 also I am getting the 1112 packetsize.. <br>Bocz In my player I am stuck here. bcoz if I try the play command at starting itself with 4x its working good.<br>but when I try a normal and jump to 4x then client got hanged.. suddenly packet size is changed to 1316 to 1116
<br><br>So is there any problem sending only scale..<br><br>Rgds<br>Rishi<br><br><div><span class="gmail_quote">On 2/5/07, <b class="gmail_sendername">Ross Finlayson</b> <<a href="mailto:finlayson@live555.com">finlayson@live555.com
</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">>I am using a simple rtsp client player as referrence from mplayer
<br>>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<br>>then RR .. I want to know the Scale parameter is enough to get
<br>>packets.<br><br>For 4x FF play, use a scale of 4.0. For normal play, use a scale of<br>1.0. For reverse play (at normal speed) use a scale of -1.0.<br><br>Note, however, that not all servers support scales other than
1.0.<br>(Ours does though, if you have an index file for each TS file.) The<br>actual scale that the server implements is returned in the "Scale:"<br>header that appears in the response to the RTSP "PLAY" command.
<br>--<br><br>Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a><br>_______________________________________________<br>live-devel mailing list<br><a href="mailto:live-devel@lists.live555.com">
live-devel@lists.live555.com</a><br><a href="http://lists.live555.com/mailman/listinfo/live-devel">http://lists.live555.com/mailman/listinfo/live-devel</a><br></blockquote></div><br>