<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">There are two separate issues here.<div class=""><br class=""></div><div class="">First, our RTSP server does not support ‘fast forward’ when streaming H.264 files.  (It supports ‘fast forward’ only when streaming indexed MPEG Transport Stream files, PCM (WAV) audio files, or MPEG audio files; see <a href="http://live555.com/mediaServer/#trick-play" class="">http://live555.com/mediaServer/#trick-play</a> )  You’ll notice that when our server responds to your “PLAY” request that contains a “scale” other than 1, its RTSP response contains “scale=1”, telling the client that the server does not support “scale”s other than 1.</div><div class=""><br class=""></div><div class="">Second, regarding your delay: This will have nothing to do with whatever “scale” value - if any - is in the command.  Any delay between the time that your client sends a request, and the time that our server receives the request - *must be caused* - by delays inside your network and OS.  There is nothing in our code that is delaying commands.<br class=""></div><div class=""><br class=""></div><div class="">What is probably happening is that you are experiencing network congestion, due the outgoing media packets already coming from the server.  I presume that you are sending the ‘scale’ RTSP “PLAY” command after you have already sent an initial RTSP “PLAY” command (with no ‘scale’), to start the stream.  You will notice that this initial RTSP “PLAY” command got handled without delay.</div><div class=""><br class=""></div><div class="">I suspect that your outgoing media stream is exceeding the capacity of your network.  In that case, you need either a lower-bitrate stream, or a faster network.</div><br class=""><br class=""><div apple-content-edited="true" class="">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  ">Ross Finlayson<br class="">Live Networks, Inc.<br class=""><a href="http://www.live555.com/" class="">http://www.live555.com/</a></span></span>
</div>
<br class=""></body></html>