Hi All, currently I have bought a DLink camera and trying to access it. I am trying to access the camera using C++ code in a Window environment. I am able to access it using OPENCV VideoCapture function using "http://USERID:PASSWORD@xxx.xxx.xxx.xxx/video.cgi?.mjpg".
However, now I am trying to access the IP camera over the internet (meaning different network). I do not want to do any port forwarding. I am thinking to grab the video/ images from "https://www.mydlink.com". So how can I grab the video/images feed from the My DLink website?

Any advise? Or codes available will be good! Thank you.
