mobile CCTV,mobile surveillance,police body worn cameras

 forgetPW
 registerNow
search
view: 777|reply: 2
打印 prevThread nextThread

调用swGetVolume这个接口获取音量时没反馈

[copyURL]

6

主题

14

帖子

54

积分

member

Rank: 2

积分
54
jumpTo
owner
poston 2018-11-29 14:55 | authorOnly 回帖奖励 |viewing |阅读模式
调用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
        });
    }


reply

使用道具 report

6

主题

14

帖子

54

积分

member

Rank: 2

积分
54
bench
 Owner| poston 2018-11-29 15:37 | authorOnly
你用这个demo在我们的服务器上试试呢?
页面: http://101.95.50.140:8340/Demo/intercom.html
IP:    101.95.50.140
端口:8330
设备: PU_20ADE398
reply agree Against

使用道具 report

11

主题

203

帖子

935

积分

advMem

Rank: 4

积分
935
sofa
poston 2018-11-29 15:12 | authorOnly
我们这边都是正常的

本帖子中包含更多资源

pls login 才可以下载或查看,没有帐号?registerNow

x
reply agree Against

使用道具 report

QQ|wireless surveillance

GMT+8, 2024-10-6 06:48 , Processed in 0.056641 second(s), 21 queries .

Powered by Discuz! X3.2

© 2001-2013 Comsenz Inc.

QuickReply backToTop BackToList