Hi, When I'm trying call synchronousParse, app crashed - BadAccess on main thread. - (void)viewDidLoad { [super viewDidLoad]; _shouldSeek = NO; _player = [[VLCMediaPlayer alloc] initWithOptions:@[@"--gain=0 --clock-jitter=0"]]; _player.drawable = self.videoContainer; _player.delegate = sel...