Problem when play full HD video in iOS
Posted: 18 Mar 2016 05:52
I have a problem with VLCMediaPlayer when play full HD video. All works, but video playing has bad performance (lagging). Where is the problem? Console says only:
creating player instance using shared library
shader program 1: WARNING: Output of vertex shader 'TexCoord1' not read by fragment shader
WARNING: Output of vertex shader 'TexCoord2' not read by fragment shader
I use MobileVLCKit-prod from CocoaPod and build in XCode 7, run on iPhone 5 with ios 9.2.1
i have create VLCMediaPlayer in iOS with code:
_mediaplayer = [[VLCMediaPlayer alloc] init];
_mediaplayer.delegate = self;
_mediaplayer.drawable = self.movieView;
Thanks for any help!
creating player instance using shared library
shader program 1: WARNING: Output of vertex shader 'TexCoord1' not read by fragment shader
WARNING: Output of vertex shader 'TexCoord2' not read by fragment shader
I use MobileVLCKit-prod from CocoaPod and build in XCode 7, run on iPhone 5 with ios 9.2.1
i have create VLCMediaPlayer in iOS with code:
_mediaplayer = [[VLCMediaPlayer alloc] init];
_mediaplayer.delegate = self;
_mediaplayer.drawable = self.movieView;
Thanks for any help!