MobileVLCKit-unstable

iOS, iPad, iPhone, tvOS specific usage questions
sbfss
New Cone
New Cone
Posts: 2
Joined: 02 Sep 2016 11:33

MobileVLCKit-unstable

Postby sbfss » 06 Oct 2017 11:05

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?

User avatar
InTheWings
Developer
Developer
Posts: 1273
Joined: 07 Aug 2013 13:15
VLC version: crashing
Operating System: Linux
Contact:

Re: MobileVLCKit-unstable

Postby InTheWings » 06 Oct 2017 12:19

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.
:!: If you want your problem to be solved :
* First read troubleshooting guide VSG:Main
* Always provide verbose LOGS ! (command line or from gui)
* Always check your issue against a developer build from Nightly Build of VLC
* Tell us when your problem is solved !

fkuehne
Developer
Developer
Posts: 7200
Joined: 16 Mar 2004 19:37
VLC version: 0.4.6 - present
Operating System: Darwin
Location: Germany
Contact:

Re: MobileVLCKit-unstable

Postby fkuehne » 15 Oct 2017 18:46

Synchronous-Parse is deprecated and should never be used. Please use the async methods available in 3.0 and later.
VideoLAN
Felix Paul Kühne
Medic. VLC developer for appleOS since before you were born.
Blog: https://www.feepk.net


Return to “VLC for iOS, iPadOS and Apple TV”

Who is online

Users browsing this forum: No registered users and 9 guests