搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Web Application Manager

  • 10 个回答
  • 15 人有此问题
  • 30 次查看
  • 最后回复者为 daveob

more options

I am trying to view my security cameras remotely online. This previously worked with IE8, but not with Firefox or IE9. Is there an extension or plugin available as a work around?

I am trying to view my security cameras remotely online. This previously worked with IE8, but not with Firefox or IE9. Is there an extension or plugin available as a work around?

被采纳的解决方案

If there is no other way to control that camera then via an ActiveX control like a Java applet then you are out of luck. ActiveX controls are only supported by IE and not by other browsers. There may be security issues if it doesn't work with IE9.

定位到答案原位置 👍 3

所有回复 (10)

more options

You need to determine if that equipment requires ActiveX to work.

Brand and model of that hardware?

more options

Yes I think it does require ActiveX DVR model AOP-3708HC Supplier: Shenzhen Angesi Tech CO.,LTD Region: China Thanks

more options

选择的解决方案

If there is no other way to control that camera then via an ActiveX control like a Java applet then you are out of luck. ActiveX controls are only supported by IE and not by other browsers. There may be security issues if it doesn't work with IE9.

more options

According to this page for that device, that DVR runs a Linux operating system - which won't be using ActiveX, which is a Windows "thing"..
http://www.asmag.com/suppliers/productcontent.aspx?co=aopvision&id=12393

DVR Description:

This embedded DVR possesses the following specifications: Soft hardware platform: embedded micro-controller and LINUX system, high stability; Standardizing coding algorithm: standard H.264 algorithm; ...
I wonder if your problem has to do with H.264 not being supported by Mozilla (yet)?

Try this extension for WMP on Firefox. It should work if that device uses HTML5 for its' output pages.
http://www.interoperabilitybridges.com/html5-extension-for-wmp-plugin/

more options

Thanks to both for your prompt replies. It looks like I am stuck. Thanks

more options

I honestly can't see how a device that is running Linux can use ActiveX. What have you read that says you need an ActiveX control?

How about doing a right-click on one of those cam pages and doing a View Source or View Page Source and copy / paste the source code here?

more options

The device runs on Linux, but the computer that controls the device via network connection can be controlled by an ActiveX control.
Both are entirely separated and if they only provide an ActiveX control then there is not much to do.
You may be able to receive the stream if something like an MMS stream is send and you know the IP and port that is used.

more options

Sorry just got home. Won't be back in that location till next Tuesday. Will have a look then. I just remember a year ago when I went to view online I htought it asked me about AxtiveX. But honestly I am not 100% sure. Maybe 60%...or 40%. But will view again and do what you have said then re-post.

more options

Thanks I just replied to ed-meister about where I am at. I am pretty sure I know the IP address's etc. But the rest sounds above my level of knowledge. I have a tech I have used in the past so once I confirm if Active X is required I will ring him.

more options

Ok sorry I had to do a quick trip down. So I am back in front of older computer. Below is the top few lines from the "view source" screen out of IE8. I have copied the rest if you need them. I tried to right click on the cam screens but it did not give me view source option. I have just "print screen" for as much info as I think I might need. If there is more I need to know. I cannot see anywhere that says its activeX.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
	<head>
		<TITLE>Web Application Manager</TITLE>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<script language="JavaScript" type="text/JavaScript">
<!--
var username="";
var language="";
function init()
{
 
}
function getLang()
{  //alert(language);
	return language;
}
function getXMLUrl()
{
	var url = "language/"+getLang()+".xml";
	return url;
}
function getXmlData()
{
	//alert("top.frames.frmResource.document.all.XMLLanguage.xml="+top.frames.frmResource.document.all.XMLLanguage.xml);
	try{
		return top.frames.frmResource.document.XMLDocument.xml;
	}catch(e)
	{
		top.status=e.message;
		return "";

由cor-el于修改