소스 검색

1.单点登录断开音视频拉流 重新登录再链接

huangxiaodong 1 년 전
부모
커밋
10a635ecbe
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      创维盒子/双子星云手机/CloudPlayer/PlayerViewController.mm

+ 2 - 0
创维盒子/双子星云手机/CloudPlayer/PlayerViewController.mm

@@ -1571,6 +1571,7 @@ NSDate *lastVideoTome;/*上一帧数据时间*/
 - (void)LogoutByOtherFun
 {
     //
+    [self disconnectVideoServer];
     
     _canShowImgAndVoiceType = NO;
     
@@ -1647,6 +1648,7 @@ NSDate *lastVideoTome;/*上一帧数据时间*/
         _canShowImgAndVoiceType = isCan;
         
         if(_isLoginAgainType ){
+            [self tryAgain];
             [self fristConnectNeedGiveAMsgFun];
         }
     }