Page 1 of 1

MobileVLCKit-unstable

Posted: 06 Oct 2017 11:05
by sbfss
Hi,

When I'm trying call synchronousParse, app crashed - BadAccess on main thread.

Code: Select all

- (void)viewDidLoad { [super viewDidLoad]; _shouldSeek = NO; _player = [[VLCMediaPlayer alloc] initWithOptions:@[@"--gain=0 --clock-jitter=0"]]; _player.drawable = self.videoContainer; _player.delegate = self; }

Code: Select all

Omniyon`libvlc_ArtRequest: -> 0x3b1ed0 <+0>: ldr r0, [r0, #0x30] 0x3b1ed2 <+2>: cmp r0, #0x0 0x3b1ed4 <+4>: itt eq 0x3b1ed6 <+6>: mvneq r0, #0x1 0x3b1eda <+10>: bxeq lr 0x3b1edc <+12>: str lr, [sp, #-4]! 0x3b1ee0 <+16>: bl 0x3c5160 ; playlist_preparser_fetcher_Push at preparser.c:185 0x3b1ee4 <+20>: movs r0, #0x0 0x3b1ee6 <+22>: ldr lr, [sp], #4 0x3b1eea <+26>: bx lr
What is the last stable version of VLCKit?

Re: MobileVLCKit-unstable

Posted: 06 Oct 2017 12:19
by InTheWings
Hi,

When I'm trying call synchronousParse, app crashed - BadAccess on main thread.

Code: Select all

Omniyon`libvlc_ArtRequest: -> 0x3b1ed0 <+0>: ldr r0, [r0, #0x30] 0x3b1ed2 <+2>: cmp r0, #0x0 0x3b1ed4 <+4>: itt eq 0x3b1ed6 <+6>: mvneq r0, #0x1 0x3b1eda <+10>: bxeq lr 0x3b1edc <+12>: str lr, [sp, #-4]! 0x3b1ee0 <+16>: bl 0x3c5160 ; playlist_preparser_fetcher_Push at preparser.c:185 0x3b1ee4 <+20>: movs r0, #0x0 0x3b1ee6 <+22>: ldr lr, [sp], #4 0x3b1eea <+26>: bx lr
Don't know what you're pointing at, but the issue is not here since that's before checks.

Re: MobileVLCKit-unstable

Posted: 15 Oct 2017 18:46
by fkuehne
Synchronous-Parse is deprecated and should never be used. Please use the async methods available in 3.0 and later.