Page 1 of 1

How to enable a video stream with Axis Camera

Posted: Mon Feb 06, 2012 2:33 am
by ric
Good morning. I'm trying to activate a video stream between an Axis IP camera and my iX application. With the developing PC I didn't find any problem, with a Media Element object and this script line:

void Video_Opened(System.Object sender, System.EventArgs e)
{
pbVideo1.Source = new Uri("axrtsphttp://192.168.1.101/mpeg4/media.amp", UriKind.Absolute);
}

Running the application on Windows 7 with iX Developer there's no problem. But when I try to run the application in Windows XP with ix Runtime I don't see anything e the stream doesn't start.

Any suggestion?

Thank's,
Ric

Re: How to enable a video stream with Axis Camera

Posted: Mon Feb 06, 2012 11:20 am
by Ron L.