|
板凳
楼主 |
发表于 2016-1-25 11:25:59
|
只看该作者
我刚看了。日子啥错都没有啊。
全是
[2016-01-25 11:20:29(263)] Try connect to anychatcoreserver(127.0.0.1:8907)...
[2016-01-25 11:20:29(279)] Successfully connect to the anychatcoreserver(127.0.0.1:8907)!
[2016-01-25 11:20:39(310)] Lost the connection to the server(errorcode:100, param:10), ready to reconnect...
[2016-01-25 11:20:39(419)] Try connect to anychatcoreserver(127.0.0.1:8907)...
[2016-01-25 11:20:39(434)] Successfully connect to the anychatcoreserver(127.0.0.1:8907)!
这是贴上代码吧。
var nret2 = BRAC_StreamRecordCtrl(mSelfUserId, 1, flags, 0); // 开始录制
var times = 0, timeSTR = '', secon = '', minus = '';
RECOED_TIMEOUT_HAND = setInterval(function() {
times ++;
if (times == 4 || times == 2 || times == 6 ){
BRAC_SnapShot(mSelfUserId,0, 0);
}
}, 1000); |
|