mobile CCTV,mobile surveillance,police body worn cameras

标题: 具体请看图片,我要怎么配置 [打印本页]

author: cus3    time: 2018-8-1 14:26
标题: 具体请看图片,我要怎么配置
具体看图片,我需要怎么配置

author: cus3    time: 2018-8-1 14:37
第三张图的地址要改成多少
author: tony    time: 2018-8-1 14:42
[attach]1315[/attach]你试试url: window.origin

author: tony    time: 2018-8-1 14:46
cus3 post on2018-8-1 14:37
第三张图的地址要改成多少

[attach]1316[/attach]

author: cus3    time: 2018-8-1 14:58
上面引用的js文件,我本地没有,要改成有这个js的IP地址吧?不然下面的function怎么调?
author: tony    time: 2018-8-1 15:07
cus3 post on2018-8-1 14:58
上面引用的js文件,我本地没有,要改成有这个js的IP地址吧?不然下面的function怎么调?


你的web服务器地址是?
author: cus3    time: 2018-8-1 15:09
tony post on2018-8-1 15:07
你的web服务器地址是?

我现在是在本地调试的?要上去正式服务器上吗?
author: cus3    time: 2018-8-1 15:15
cus3 post on2018-8-1 15:09
我现在是在本地调试的?要上去正式服务器上吗?

里面就是图片中的html和js

author: cus3    time: 2018-8-1 15:19
tony post on2018-8-1 15:07
你的web服务器地址是?

服务器地址:222.218.37.204:21509
要访问具体的html文件地址就加上:222.218.37.204:21509/zhcg/DBZF/LoginOrQuit.html
author: tony    time: 2018-8-1 15:29
cus3 post on2018-8-1 15:19
服务器地址:222.218.37.204:21509
要访问具体的html文件地址就加上:222.218.37.204:21509/zhcg/DBZF/L ...
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4.     <meta charset="utf-8" />
  5. </head>
  6. <body>
  7.     <input type="button" value="登录" onclick="testLogin()" />
  8. </body>
  9. </html>
  10. <script type="text/javascript" src="http://61.191.27.18:8081/js/jsw.js"></script>
  11. <script type="text/javascript">
  12.     window.onload = function () {
  13.         jSW.swInit({
  14.             url: 'http://61.191.27.18:8081', // bv_nginx.exe服务器地址
  15.             calltype: jSW.CallProtoType.AUTO, // AUTO: IE优先使用OCX, 如果希望IE仍然使用HTTP通信, 请使用jSW.CallProtoType.HTTP
  16.             oninit: function(rc) {
  17.                 console.log('初始化:' + rc);
  18.             }
  19.         });
  20.     }
  21.     window.onbeforeunload = function () {
  22.         jSW.swDeInit();
  23.     }

  24.     var session = null;
  25.     function testLogin() {
  26.         if (session) { delete session; }
  27.         session = new jSW.SWSession({
  28.             server: '127.0.0.1', // 如果是jSW.CallProtoType.OCX方式,这里需要填写具体的IP
  29.             port: 9701,
  30.             onopen: function (sess) {
  31.                 sess.swLogin({
  32.                     user: 'root',
  33.                     password: 'besovideo88',
  34.                 });
  35.             },
  36.             onclose: function (sess, evt) {
  37.                 console.error('连接服务器失败');
  38.             }
  39.         });

  40.         // 注册事件的回调函数
  41.         session.swAddCallBack('login', function (sender, event, json) {
  42.             console.log(json.code)
  43.             // console.log(JSON.stringify(json, null, 4))
  44.         });
  45.     }
  46. </script>
copycode

author: tony    time: 2018-8-1 15:34
tony post on2018-8-1 15:29

[attach]1319[/attach][attach]1320[/attach]这个地址是web服务器地址[attach]1321[/attach]

author: cus3    time: 2018-8-1 16:03
tony post on2018-8-1 15:29

就解决了不报错?没看到效果啊?有些还是报错,比如获取设备列表
怎么调出你们的那些窗口或者菜单

author: admin    time: 2018-8-1 16:05
这个我们DEMO代码里面都有的,要不您再仔细看看?
author: cus3    time: 2018-8-1 16:10
tony post on2018-8-1 15:34
这个地址是web服务器地址

这里的web地址怎么是填写在nginx那里?那下面的那个Server地址填写多少?或者你们告诉我怎么配置,我们这边要看到效果,比如调出视频,查看音频等
你们配置也可以

author: cus3    time: 2018-8-1 16:18
admin post on2018-8-1 16:05
这个我们DEMO代码里面都有的,要不您再仔细看看?

你们的代码我全都copy过来了啊,也改了相应的IP,没看到效果

author: admin    time: 2018-8-1 16:25
呵呵,代码熟悉需要一点时间的,先多熟悉动手下,因为您的代码我们也无法帮您调试,
可能就是还不太熟悉,新代码还是需要一点时间的。
author: tony    time: 2018-8-1 16:42
cus3 post on2018-8-1 16:18
你们的代码我全都copy过来了啊,也改了相应的IP,没看到效果

http://61.191.27.18:8081/
或者你们搭建的
http://127.0.0.1:8081/
有示例,可直接看到效果




欢迎光临 mobile CCTV,mobile surveillance,police body worn cameras (http://bbs.besovideo.com:8067/) Powered by Discuz! X3.2