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
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
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
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