Re: [Live-devel] RTSP-over-HTTP question

2010-10-22 Thread Ross Finlayson
No, the problem is that the server is completely ignoring the resending of the HTTP "GET" command Yes, the server ignores this request but it does it because it is closing a connection. The server can't be closing the connection, otherwise it would never be able to stream back data to the cl

Re: [Live-devel] RTSP-over-HTTP question

2010-10-22 Thread Kamil Dobkowski
No, the problem is that the server is completely ignoring the resending of the HTTP "GET" command Yes, the server ignores this request but it does it because it is closing a connection. I tried `live.2010.01.22` and it is working fine with this server - it doesn't try to send a second request

Re: [Live-devel] RTSP-over-HTTP question

2010-10-22 Thread Ross Finlayson
and that's all ... I see no other requests sent to the server. I think the problem is beacause this server does not immediately close its connection after http reply, so client is able to send a repeated request during the same connection but it is ignored by the server. No, the problem is th

Re: [Live-devel] RTSP-over-HTTP question

2010-10-20 Thread Ross Finlayson
I have problems connecting to RTSP server with HTTP tunneling. My server closes connection immediately after the first HTTP GET request fails with `HTTP/1.0 401 Unauthorized` error, so there is no second chance to send authentication credentials in the next requests. I presume that you are ta