<div dir="ltr"><div><div>Hi Ross<br><br></div>I have upgraded to the very latest Live555 server code and the new Asynchronous Client Handler. We are using RTP-over-TCP. My server and client work fine over a regular, low-latency connection, however, the moment that latency increases somewhat, I am unable to get streaming working. I get an error from the server "405 Method Not Allowed". Upon inspecting the network traffic that the client sends to the server, I found that the client is sending RTCP "RR" packets early, before the "PLAY" command has been issued. As a result, the server gets confused and responds with a "405 Method Not Allowed" error. This looks to be the exact issue that the changelog shows as having been addressed in build 2012.10.04. This problem still seems to remain, however.<br>

<br></div>The trace of client messages that I include below clearly illustrates the problem:<br><br><pre><code>##Client Sends:##
DESCRIBE rtsp://<a href="http://127.0.0.1:8554/" target="_blank">127.0.0.1:8554/</a> RTSP/1.0
CSeq: 2
User-Agent: LIVE555 Streaming Media v2013.08.16
Accept: application/sdp

##Client Receives:##
RTSP/1.0 200 OK
CSeq: 2
Date: Thu, Aug 29 2013 06:18:42 GMT
Content-Base: rtsp://<a href="http://127.0.0.1:8554/nurv/Content-Type" target="_blank">127.0.0.1:8554/nurv/
Content-Type</a>: application/sdp
Content-Length: 449

v=0
o=- 1377757120235695 1 IN IP4 192.168.56.1
s=MyVideo Streaming Session
i=nurv
t=0 0
a=tool:LIVE555 Streaming Media v2013.08.16
a=type:broadcast
a=control:*
a=range:npt=0-
a=x-qt-text-nam:MyVideo Streaming Session
a=x-qt-text-inf:nurv
m=video 0 RTP/AVP 96
c=IN IP4 0.0.0.0
b=AS:3750
a=rtpmap:96 H264/90000
a=control:track1
m=audio 0 RTP/AVP 96
c=IN IP4 0.0.0.0
b=AS:84602240
a=rtpmap:96 PCMU/48000/2
a=control:track2

##Client Sends:##
SETUP rtsp://<a href="http://127.0.0.1:8554/nurv/track1" target="_blank">127.0.0.1:8554/nurv/track1</a> RTSP/1.0
CSeq: 3
User-Agent: LIVE555 Streaming Media v2013.08.16
Transport: RTP/AVP/TCP;unicast;interleaved=0-1

##Client Receives:##
RTSP/1.0 200 OK
CSeq: 3
Date: Thu, Aug 29 2013 06:18:43 GMT
Transport: RTP/AVP/TCP;unicast;destination=127.0.0.1;source=127.0.0.1;interleaved=0-1
Session: 32A854D4

##Client Sends:##
SETUP rtsp://<a href="http://127.0.0.1:8554/nurv/track2" target="_blank">127.0.0.1:8554/nurv/track2</a> RTSP/1.0
CSeq: 4
User-Agent: LIVE555 Streaming Media v2013.08.16
Transport: RTP/AVP/TCP;unicast;interleaved=2-3
Session: 32A854D4

##THIS IS THE "OUT-OF-SEQUENCE RR DATA THAT CAUSES THE PROBLEM. THIS SECTION IS ONLY SENT WHEN NETWORK HAS SOME LATENCY AND DOES NOT APPEAR WHEN STREAMING WORKS.##
##Client Sends:##
00000000  24 01 00 20                                        $..             

00000000  80 C9 00 01 23 7A EB 1D 81 CA 00 05 23 7A EB 1D    ....#z......#z..
00000010  6C 61 70 74 6F 70 6E 61 6D 65 0D 0A 00 00 00 00    ..LaptopName....
##END OF SECTION THAT SHOWS THE "OUT-OF-SEQUENCE" DATA.##

##Client Receives:##
RTSP/1.0 200 OK
CSeq: 4
Date: Thu, Aug 29 2013 06:18:47 GMT
Transport: RTP/AVP/TCP;unicast;destination=127.0.0.1;source=127.0.0.1;interleaved=2-3
Session: 32A854D4

##Client Sends:##
PLAY rtsp://<a href="http://127.0.0.1:8554/nurv/" target="_blank">127.0.0.1:8554/nurv/</a> RTSP/1.0
CSeq: 5
User-Agent: LIVE555 Streaming Media v2013.08.16
Session: 32A854D4
Range: npt=0.000-

##THIS IS THE ERROR RECEIVED FROM THE SERVER. IN CASES WHERE STREAMING WORKS, THIS ERROR IS NOT RECEIVED BUT WE RATHER START RECEIVING RTP AND RTCP PACKETS (DATA) FROM THE SERVER AND STREAMING STARTS.##
##Client Receives:##
RTSP/1.0 405 Method Not Allowed
CSeq: 5
Date: Thu, Aug 29 2013 06:18:48 GMT
Allow: OPTIONS, DESCRIBE, SETUP, TEARDOWN, PLAY, PAUSE, GET_PARAMETER, SET_PARAMETER

##Client Sends:##
TEARDOWN rtsp://<a href="http://127.0.0.1:8554/nurv/" target="_blank">127.0.0.1:8554/nurv/</a> RTSP/1.0
CSeq: 6
User-Agent: LIVE555 Streaming Media v2013.08.16
Session: 32A854D4</code></pre>Thanks for looking!<br><br>Stanley <br><div><div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 30, 2013 at 5:20 PM, Ross Finlayson <span dir="ltr"><<a href="mailto:finlayson@live555.com" target="_blank">finlayson@live555.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word">Stanley,<div><br></div><div>I haven't had time yet to review and respond to your emails.  You should note, however, that the old 'synchronous' "RTSPClient" interface has now been removed completely - as of the latest version (2013.05.30) of the code - and is no longer supported, at all.  (This old interface has been out-of-date for three years now.)</div>

<div><br></div><div>So, you should upgrade to the latest version of the code, and fix your code to use the current, 'asynchronous' "RTSPClient" interface.  Your server application should also be using the latest version of our code.</div>

<div><br></div><div>Then, and only then, please let us know what problems - if any - you are having with your new server and client.  (Please stop referring to archived mailing list messages; they are usually referring to old, different problems that are no longer relevant.)</div>

<span><font color="#888888"><br><div>
<span style="text-indent:0px;letter-spacing:normal;font-variant:normal;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px">Ross Finlayson<br>

Live Networks, Inc.<br><a href="http://www.live555.com/" target="_blank">http://www.live555.com/</a></span></span>
</div>
<br></font></span></div><br>_______________________________________________<br>
live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com" target="_blank">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel</a><br>
<br></blockquote></div><br></div></div></div></div></div></div>