Page 1 of 1

cannot connect to ip camera with rvmedia

Posted: Tue Mar 15, 2022 1:08 am
by vanman107a
using Delphi 10.4
rv media say's camera not found when I try to connect to my FOSCAM 19800P camera using the host IP and port.

host= 192.168.1.141 port= 88

if I try to use the url 192.168.1.141:88 it looks like it finds camera but gets stuck in "Preparing to receive video..."

I tried an eariler version of RVMedia that I used with Delphi 6 and with the same camera worked fine.

what is wrong

Re: cannot connect to ip camera with rvmedia

Posted: Thu Mar 17, 2022 8:28 am
by Sergey Tkachenko
Please check if this camera is detected.
Open MRVSearchCamThreads.pas.
Put breakpoints in TIsFoscamThread.IsFoscam_1 and TIsFoscamThread.IsFoscam_1_2.

1) Are they called?
2) Do one of them return True?