V4.9.9测试版第一次提交 构建版本9.9.1

This commit is contained in:
wbzhan
2019-07-12 14:09:23 +08:00
parent 8693efe121
commit 33254ad734
54 changed files with 1019 additions and 3719 deletions
@@ -7,7 +7,6 @@
//
#import "IfishP2PLivePlayViewController.h"
#import "IfishP2PVideoPlayView.h"
@interface IfishP2PLivePlayViewController ()<P2PShareViewBootomViewDelegate>
@@ -53,20 +52,6 @@
[self.view bringSubviewToFront:self.subHbottomView];
}
//为用到
-(void)setupVideoPlayView{
IfishP2PVideoPlayView *playView=[IfishP2PVideoPlayView videoPlayView];
playView.delegate=self;
// 播放器显示位置(竖屏时)
playView.frame = CGRectMake(0,64, self.view.bounds.size.width, self.view.bounds.size.width * 9 / 16);
[self.view addSubview:playView];
// 指定一个作为播放的控制器
playView.contrainerViewController = self;
}
- (void)didReceiveMemoryWarning {
[super didReceiveMemoryWarning];
@@ -112,7 +97,6 @@
//聊天
-(void)chatBtnClickAction
{
}
#pragma mark- 暂停 挂断
@@ -125,9 +109,7 @@
while (self.isPlaying) {
usleep(50*1000);
}
[[P2PClient sharedClient] p2pHungUp];
self.remoteView.isQuitMonitorInterface = NO;//rtsp监控界面弹出修改
[self.player p2pStop];
}
}
@@ -151,7 +133,6 @@
///[self.remoteView getLastImgGoback];
[AppDelegate sharedDefault].canFullScreen = NO;
[self.remoteView releseromotViewSet];
[self.navigationController popViewControllerAnimated:YES];