mobile CCTV,mobile surveillance,police body worn cameras

标题: 调用swGetVolume这个接口获取音量时没反馈 [打印本页]

author: Zaihui    time: 2018-11-29 14:55
标题: 调用swGetVolume这个接口获取音量时没反馈
调用swGetVolume这个接口获取音量时没反馈, 请帮忙看一下。接口调用之后日志里有get volume ok这样的标记,但实际上没有回调值出来。

下面的代码中, 两个console.log都没有输出:
    var chanel = this.session.swGetPuChanel( playEntity.PUID, 0);
    if (chanel) {
        // 获取当前视频音量
        chanel.swGetVolume({
            callback: function (opts, resp, data) {
                console.log("swGetVolume resp: " + JSON.stringify(resp) );

                if (jSW.RcCode.RC_CODE_S_OK == resp.emms.code) {
                    console.log("swGetVolume: " + JSON.stringify(data) );
                }
            },
            tag: null
        });
    }



author: jsb    time: 2018-11-29 15:12
我们这边都是正常的
author: Zaihui    time: 2018-11-29 15:37
你用这个demo在我们的服务器上试试呢?
页面: http://101.95.50.140:8340/Demo/intercom.html
IP:    101.95.50.140
端口:8330
设备: PU_20ADE398




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