Search found 13 matches

Go to advanced search

by trongdth
31 Aug 2015 12:35
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Nightly iOS build cannot run on real device
Replies: 8
Views: 617

Re: Nightly iOS build cannot run on real device

Can anyone add me into beta tester group? here is my email: trongdth@gmail.com
by trongdth
16 Aug 2015 16:50
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Nightly iOS build cannot run on real device
Replies: 8
Views: 617

Re: Nightly iOS build cannot run on real device

This is on purpose. We do not codesign our nightly builds. If you want to test beta releases of VLC for iOS, you can contact Felix to be added to the beta tester group.
Thank you!
by trongdth
12 Aug 2015 06:24
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Nightly iOS build cannot run on real device
Replies: 8
Views: 617

Nightly iOS build cannot run on real device

Hi VLC supporter,

Can someone double check the nightly iOS build? I cannot run on the real device. The lasted build can run is from 2015-06-22 06:05

Thanks
Trong
by trongdth
21 Jan 2015 05:56
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Cannot go into dealloc method
Replies: 4
Views: 603

Re: Cannot go into dealloc method

Thanks for quick response.

Totally agree with you with ARC dealloc method is unused but for life cycle it still goes inside the dealloc. For my scenario, i need to perform some cleanup on dealloc method so that's why I ask.

Anyway, i will try to cleanup at viewDidDisapear instead.
by trongdth
14 Jan 2015 06:24
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Cannot go into dealloc method
Replies: 4
Views: 603

Re: Cannot go into dealloc method

Hi Felix, Sorry for missing information. Basically, I add dealloc method into VDLPlaybackViewController.m for Dropin-Player sample: - (void)viewWillDisappear:(BOOL)animated { [super viewWillDisappear:animated]; if (_mediaplayer) { @try { [_mediaplayer removeObserver:self forKeyPath:@"time"...
by trongdth
13 Jan 2015 05:11
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Cannot go into dealloc method
Replies: 4
Views: 603

Cannot go into dealloc method

when running Dropin-Player sample for iOS, I found we cannot go into dealloc method at VDLPlaybackViewController page when pressing Done button. I guess there is something cannot be released.

Let me know if it's a bug or not!

Thanks
by trongdth
27 Dec 2014 03:52
Forum: VLC for iOS, iPadOS and Apple TV
Topic: "Undefined symbols for architecture armv7"
Replies: 13
Views: 1425

Re: "Undefined symbols for architecture armv7"

it works like a charm. Thanks Felix
by trongdth
25 Dec 2014 06:00
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Building MobileVLCKit Failed
Replies: 1
Views: 476

Re: Building MobileVLCKit Failed

It's error happen from this thread. Please follow this as well: https://forum.videolan.org/viewtopic.php?f=36&t=123148
by trongdth
25 Dec 2014 05:56
Forum: VLC for iOS, iPadOS and Apple TV
Topic: "Undefined symbols for architecture armv7"
Replies: 13
Views: 1425

Re: "Undefined symbols for architecture armv7"

Mery xMas :) Is the build available for testing ;)
by trongdth
20 Dec 2014 02:59
Forum: VLC for iOS, iPadOS and Apple TV
Topic: "Undefined symbols for architecture armv7"
Replies: 13
Views: 1425

Re: "Undefined symbols for architecture armv7"

Hi Felix, hope you don't forget this one ;) is there any update for this?
by trongdth
17 Dec 2014 02:31
Forum: VLC for iOS, iPadOS and Apple TV
Topic: "Undefined symbols for architecture armv7"
Replies: 13
Views: 1425

Re: "Undefined symbols for architecture armv7"

The bug happens on master branch from commit: 4ef02b6b899890135569dd65a41acbea9c8f03dd (MVK: drop 7 patches, adapt to new build script, update libvlc hash)
by trongdth
16 Dec 2014 09:12
Forum: VLC for iOS, iPadOS and Apple TV
Topic: "Undefined symbols for architecture armv7"
Replies: 13
Views: 1425

Re: "Undefined symbols for architecture armv7"

Hi Felix,

Do you mean MobileVLCKit-UniversalBinary-20141215-0620.zip 2014-12-15 06:25 186M, right?. If so, the problem is still there
by trongdth
15 Dec 2014 15:28
Forum: VLC for iOS, iPadOS and Apple TV
Topic: "Undefined symbols for architecture armv7"
Replies: 13
Views: 1425

Re: "Undefined symbols for architecture armv7"

The problem is still exist in the lasted build. It seems only happen when building with real device. Here is my logs: Undefined symbols for architecture armv7: "_celt_pitch_xcorr_neon", referenced from: __celt_autocorr in libMobileVLCKit.a(celt_lpc.o) _pitch_search in libMobileVLCKit.a(pit...

Go to advanced search