hello,
i have an ip video servers from grandtec. i have the url for the picture and for the video. but that server is an 4 port server. i want to put the diffrent cameras on diffrent ports. so that i have four http calls like:
http://<IP address>:port1/GetData .cgi
http://<IP address>:port2/GetData .cgi
http://<IP address>:port3/GetData .cgi
http://<IP address>:port4/GetData .cgi
or anything like this. or like that:
http://<IP address>:port/GetData .cgi?camera=1
http://<IP address>:port/GetData .cgi?camera=2
http://<IP address>:port/GetData .cgi?camera=3
http://<IP address>:port/GetData .cgi?camera=4
now that picture is the camera that i take in the webinterface from the ip server. is here anybody who can help me?
sorry for this bad english!
Thank you!