<div dir="ltr">Hi there!<div>I'm writing a simple RTSP over HTTP client using libVLC. It connects to a server on the same machine and the connect() is very fast. It turns out that <b>when the server returns an error to the GET request</b> libvlc retries to connect. It retries couple of times and stops probably due to timeout.</div><div><br></div><div>How do I switch OFF reconnecting? It seems like a bug that it neglects HTTP errors. </div><div><br></div><div>Logs (from live555):</div><div><br></div><div><div>[00005631be677218] live555 demux debug: version 2017.04.26</div><div>Created new TCP socket 22 for connection</div><div>Connecting to 127.0.0.1, port 9016 on socket 22...</div><div>...remote connection opened</div><div>Requesting RTSP-over-HTTP tunneling (on port 9016)</div><div><br></div><div>Sending request: GET /live1.sdp?_User-Agent=GDTS&_Content-Length=4294967295&_Set-Cookie=dest=127.0.0.1:554&_Cookie=SERVICE=RTSPOVERHTTP%3BCUSTOM_KEEPALIVE_TIMEOUT=120%3BUPDATE_CACHE=1%3BGC_ID=8813 HTTP/1.1</div><div>CSeq: 1</div><div>User-Agent: LibVLC/2.2.4 (LIVE555 Streaming Media v2017.04.26)</div><div>Host: 127.0.0.1</div><div>x-sessioncookie: 1ac4de196890de6e72cca1e</div><div>Accept: application/x-rtsp-tunnelled</div><div>Pragma: no-cache</div><div>Cache-Control: no-cache</div><div><br></div><div><br></div><div>Received 210 new bytes of response data.</div><div>Received a complete GET response:</div><div>HTTP/1.1 500 Internal Server Error</div><div>Content-Type: text/plain; charset=utf-8</div><div>X-Content-Type-Options: nosniff</div><div>Date: Wed, 25 Apr 2018 08:04:46 GMT</div><div>Content-Length: 22</div><div>Connection: close</div><div><br></div><div>Internal Server Error</div><div><br></div><div>Created new TCP socket 22 for connection</div><div>Connecting to 127.0.0.1, port 9016 on socket 22...</div><div>...remote connection opened</div><div>Requesting RTSP-over-HTTP tunneling (on port 9016)</div><div><br></div><div>Sending request: GET /live1.sdp?_User-Agent=GDTS&_Content-Length=4294967295&_Set-Cookie=dest=127.0.0.1:554&_Cookie=SERVICE=RTSPOVERHTTP%3BCUSTOM_KEEPALIVE_TIMEOUT=120%3BUPDATE_CACHE=1%3BGC_ID=8813 HTTP/1.1</div><div>CSeq: 1</div><div>User-Agent: LibVLC/2.2.4 (LIVE555 Streaming Media v2017.04.26)</div><div>Host: 127.0.0.1</div><div>x-sessioncookie: 3aba6d6d84d64cb6849c453</div><div>Accept: application/x-rtsp-tunnelled</div><div>Pragma: no-cache</div><div>Cache-Control: no-cache</div></div><div><br></div><div><br></div><div><br></div><div><br></div><div>Thanks!<br>Jan</div></div>