Hello,
I have a problem with getting ip camera pictures in a browser from internet.
IP camera is on address 192.168.4.44, port 5566
My computer is on 192.168.4.10.
My router is on 192.168.4.1 and is registered on no-ip service.
Also, I have port forwarded 5566 in my router.
Xampp is listening on port 5566.
I have created php file and placed in xampp server.
Inside php file is connection string to camera ip, port, username, password just to get a picture in php file so it could be previewed in browser.
Locally I can view camera contents in the browser.
But when I typed with no-ip address from my cell phone, over mobile network, I get all the contents of php file, but not camera pics.
I tried turning off windows firewall but with no luck.
What am I missing?
Big thnx