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> &lt;<a href="mailto:finlayson@live555.com">finlayson@live555.com
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">&gt;I am using a simple rtsp client player&nbsp;&nbsp;as referrence from mplayer
<br>&gt;to get stream of ts packets.<br>&gt;I need to do the trick mode so..<br>&gt;I am just sending a rtsp command as like this<br>&gt;<br>&gt;char * cmdFmt =<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;PLAY %s RTSP/1.0\r\n&quot;
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;CSeq: %d\r\n&quot;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;Session: 1\r\n&quot;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;Scale: 2.0\r\n&quot;
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;\r\n&quot;;<br>&gt;<br>&gt;and In this the scale is given in even number like 2,4,6,8<br>&gt;but the problem is when I need a FF of 4x and then normal play and<br>&gt;then RR .. I want to know the Scale parameter is enough to get
<br>&gt;packets.<br><br>For 4x FF play, use a scale of 4.0.&nbsp;&nbsp;For normal play, use a scale of<br>1.0.&nbsp;&nbsp;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.)&nbsp;&nbsp;The<br>actual scale that the server implements is returned in the &quot;Scale:&quot;<br>header that appears in the response to the RTSP &quot;PLAY&quot; 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>