How to display& control IP Camera stream (Foscam / Tenvis)

Thank you.

If you just load this in a browser http://LulusCattery.dyndns.org:8001/videostream.cgi

You should get a video stream. This works in Chrome and Safari –IE doesn’t display it but that’s not a problem for now.

I have created a temp user/pass to demonstrate. Username = user Password = pass

In AppStudio and Chrome, the code below seems to connect to the camera in as much as it prompts for user & password, but no image appears. (In Chrome & IE)

In Chrome the ‘loading’ wheel just spins forever - it does seem to be downloading data (I guess the video stream) but no image shows.

I only have the one line of code HTMLview1.innerHTML="Peter <iframe src=‘http://LulusCattery.dyndns.org:8001/videostream.cgi

Do I need to define a window or such like?

Regards,

Peter