Hikvison IP camera

Hi
having problems seeing the ip camera image on the ipad,
i have set it up this way
Web Image
Source http://Username:password@192.168.1.21//ISAPI/Streaming/channels/1/httppreview

its works fine on the simulator but no on the ipad

thanks in advance

I see you have an extra slash between your IP address & ISAPI.

Try this instead:
http://Username:password@192.168.1.21/ISAPI/Streaming/channels/1/httppreview

Thanks bill, still not working but now got an image on the ipad that’s a play button with a line going across it
think it might be my password as it has an @ in it followed by numbers and is getting confused with ip address

Yeah, that’s probably it. Use the IPCamera device then. That way you don’t have to embed credentials in the URL. After you add the device, bind the “.Stream” attribute to the Source on a MediaElement control.

thanks for your help bill, will give it a go