AMLoginViewController icon indicating copy to clipboard operation
AMLoginViewController copied to clipboard

video and performance

Open dimohamdy opened this issue 10 years ago • 4 comments

the video not appear and the CPU is 200% and the memory 120 mb

dimohamdy avatar May 31 '14 06:05 dimohamdy

on which device ?

mtonio91 avatar May 31 '14 15:05 mtonio91

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

dimohamdy avatar May 31 '14 18:05 dimohamdy

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.

mtonio91 avatar Jun 01 '14 02:06 mtonio91

Thank you

dimohamdy avatar Jun 01 '14 05:06 dimohamdy