|
@@ -211,7 +211,7 @@ ComontAlretViewControllerDelegate>
|
|
|
#pragma mark 检测融云链接是否完成
|
|
|
- (void)checkThridRuiYunFun{
|
|
|
|
|
|
- HLog(@"局域网是否能ping通:%d",[connectDeviceManager shareInstance].DeviceThirdIdMod.data.isPingOk);
|
|
|
+ //HLog(@"局域网是否能ping通:%d",[connectDeviceManager shareInstance].DeviceThirdIdMod.data.isPingOk);
|
|
|
HLog(@"瑞云连接状态:%d",[[connectDeviceManager shareInstance] curConnectDeviceState]);
|
|
|
|
|
|
//第一次进 先输入密码才能连接
|
|
@@ -1609,8 +1609,10 @@ NSDate *lastVideoTome;/*上一帧数据时间*/
|
|
|
logoutAlertVC.modalPresentationStyle = UIModalPresentationCustom;
|
|
|
logoutAlertVC.delegate = self;
|
|
|
[self presentViewController:logoutAlertVC animated:YES completion:^{
|
|
|
- logoutAlertVC.view.superview.backgroundColor = [UIColor clearColor];
|
|
|
+ self->logoutAlertVC.view.superview.backgroundColor = [UIColor clearColor];
|
|
|
}];
|
|
|
+
|
|
|
+ _isLoginAgainType = YES;
|
|
|
}
|
|
|
|
|
|
#pragma mark 设置是否可以播放音频和视频
|
|
@@ -2493,7 +2495,13 @@ static int couneeee = 0;
|
|
|
HLog(@"云手机未连接成功");
|
|
|
}else if (timeDiff >= 30) { // 30s 无渲染数据
|
|
|
HLog(@"云手机30s 无渲染数据 自动断开连接");
|
|
|
-// [[iToast makeText:@"云手机连接超时,请稍后再试!"] show];
|
|
|
+ [[iToast makeText:@"云手机连接超时,请稍后再试!"] show];
|
|
|
+
|
|
|
+ self.concentTime = [iTools getNowTimeStamp];
|
|
|
+
|
|
|
+ [self showNewIndicator];
|
|
|
+ [self tryAgain];
|
|
|
+
|
|
|
/*弹窗提示*/
|
|
|
}else {
|
|
|
// HLog(@"云手机渲染数据时间差:%zd", timeDiff);
|