<div dir="ltr">I have a scenario where I am trying to read from IP camera using RTSP method.<br><br>On my development PC everything is working fine (rtsp url is something like: rtsp://<a href="http://admin:12345@192.168.1.60:554">admin:12345@192.168.1.60:554</a>, but when I try to test it over a friend's place, he has different camera (Axis IP camera), and the url fails to open.<div><br></div><div>self generated log is something like:<div><br>Error: avformat_open_input()<br>error message: Server returned 5XX Server Error reply<br></div></div><div><br></div><div>I tried opening it using HTTP tunneling, but this time I'm getting a different error:</div><div><br></div><div>error message: Error number -5 occurred<br></div><div><br></div><div>The latter error message even appears on my dev PC (just to mention that I tried this as well); so HTTP tunnel is no good.</div><div><br></div><div>Any one knows how to fix 5XX Server Error?</div><div><br></div><div>Thanks,</div></div>