Add a video stream
Posted: Mon Feb 06, 2012 5:46 am
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
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