试一下 ,自定义
然后 ,打 ip port 名称密码 源 / source 输入 videosteram.cgi 或者 /video 以上 |
goddamnit 发表于 2013-11-1 17:40 这个要标记一下。 在手机上安装IPCAM时,开始不知道这里怎么设,后来查到用 /video。 现在又多知道一个videosteram.cgi |
|
下面是网页代码,看不明白:
<html> <head> <title>iView</title> <SCRIPT> function workaround() { window.document.all.item("ocx").style.display = "none" window.document.all.item("ocx").style.display = "" } </SCRIPT> </head> <form name=activex ><WINDWEB_URL> <input type=hidden name=url> </form> <body topmargin="0" leftmargin="0" onscroll="workaround();" bgcolor="#f2f2f2"> <div align="center"> <table border="0" cellspacing="0" cellpadding="0" id = "table"> <tr> <td width="100%" height="100%" bgcolor="#294552" valign="middle" colspan="2"> <p align="center"> <object classid="clsid:7B43048F-DA7A-458F-AF35-D825BDBB6816" codebase="../codebase/NetVideoOCX.cab#version=2,2,3,15" standby="Waiting..." id="NetOCX" width="100%" height="100%" name="ocx" align="center" style="bgcolor:#294552"> </object> <script language="javascript"> document.activex.url.value=document.URL //document.activex.url.value="172.7.144.2" var OCXobj = document.getElementById("NetOCX"); OCXobj.SetServerIP(activex.url.value) if (screen.width<=800) { table.width=1004; table.height=600; } else { table.height="110%"; table.width="100%"; } </script> </td> </tr> <center> </table> </div> </body> </html> |