|
|
@@ -62,6 +62,8 @@
|
|
|
|
|
|
//[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(handleDeviceOrientationChange) name:UIDeviceOrientationDidChangeNotification object:nil];
|
|
|
|
|
|
+ [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(didInputPwdOkFun) name:didInputPWDNotification object:nil];
|
|
|
+
|
|
|
_bgView = [[UIView alloc] init];
|
|
|
[self.view addSubview:_bgView];
|
|
|
|
|
|
@@ -136,16 +138,6 @@
|
|
|
//fileUrl = @"http://testprivacy.phone.armclouding.com:1801/h5/fuchouzhe2.mp4";//可以播放
|
|
|
//fileUrl = @"http://testprivacy.phone.armclouding.com:1801/h5/fuchouzhe.m4v";//可以播放
|
|
|
|
|
|
- //fileUrl = @"http://testprivacy.phone.armclouding.com:1801/h5/qisheng.ts";//加载失败
|
|
|
- //fileUrl = @"http://testprivacy.phone.armclouding.com:1801/h5/wmvTest.wmv";//加载失败
|
|
|
- //fileUrl = @"http://testprivacy.phone.armclouding.com:1801/h5/复仇者联盟.3gp";//加载失败
|
|
|
- //fileUrl = @"http://testprivacy.phone.armclouding.com:1801/h5/fuchouzhe3.mpeg";//加载失败
|
|
|
- //fileUrl = @"http://testprivacy.phone.armclouding.com:1801/h5/fuchouzhe4.mpg";//加载失败
|
|
|
- //fileUrl = @"http://testprivacy.phone.armclouding.com:1801/h5/fuchouzhe5.rm";//加载失败
|
|
|
- //fileUrl = @"http://testprivacy.phone.armclouding.com:1801/h5/fuchouzhe5.vob";//加载失败
|
|
|
- //fileUrl = @"http://testprivacy.phone.armclouding.com:1801/h5/gamemkv.mkv";//加载失败
|
|
|
- //fileUrl = @"http://testprivacy.phone.armclouding.com:1801/h5/j14_yinyue.ogg";//
|
|
|
-
|
|
|
//fileUrl = @"http://file.phone.androidscloud.com:8210/document/newFile/download/1/ikIm5C0KjKNvusTF6tIH/LowLevelMultipartUpload_45050149837826456388";//可以播放
|
|
|
//fileUrl = @"http://testprivacy.phone.armclouding.com:1801/h5/我的视频.mp4";
|
|
|
|
|
|
@@ -740,4 +732,13 @@
|
|
|
}
|
|
|
|
|
|
|
|
|
+#pragma mark 输入完密码
|
|
|
+- (void)didInputPwdOkFun
|
|
|
+{
|
|
|
+ if([connectDeviceManager shareInstance].DeviceThirdIdMod.data.isPrivacyMode){
|
|
|
+ if(self.player.pauseByEvent){//隐私模式 是
|
|
|
+ self.player.pauseByEvent = NO;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
@end
|