AMLoginViewController
AMLoginViewController copied to clipboard
video and performance
the video not appear and the CPU is 200% and the memory 120 mb
on which device ?
the video apper after make comment in
- (void) procesBlurWithBackgroundVideoOnView:(BlurView*)view {
// _liveVideo = [[GPUImageMovie alloc] initWithPlayerItem:avPlayer.currentItem];
//
// [_liveVideo addTarget:_videoBuffer];
// [_videoBuffer addTarget:_blurFilter];
// [_blurFilter addTarget:view];
// [_liveVideo startProcessing];
}
it's simulator iOS7 iPhone retina 4 inch
Known issues
• when blur effect is activated, the video won't work on the simulator. You have to compile it on a device. Or just disable the blur effect to make it work on the simulator.
Thank you