Search found 16 matches

Go to advanced search

by soullessff
30 Aug 2016 15:57
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Last commit master branch: Undefined symbols (iOS and tvOS)
Replies: 10
Views: 2053

Re: Last commit master branch: Undefined symbols (iOS and tvOS)

ssbmaccom I tried the last nightlies builds and the same happens except the compilation: TVVLCKit-3.0-pre-20160829-0853.zip 29-Aug-2016 09:05 408M (http://nightlies.videolan.org/build/tvOS/TVVLCKit-3.0-pre-20160829-0853.zip) but I found lag in the playback so annoying :( primarygvp thanks for your s...
by soullessff
23 Aug 2016 02:17
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Last commit master branch: Undefined symbols (iOS and tvOS)
Replies: 10
Views: 2053

Last commit master branch: Undefined symbols (iOS and tvOS)

Hello, I was using old DynamicTVVLCKit compilation for my tvOS project. I re-compile the last commit in master branch. When I add the new DynamicTVVLCKit, it works in simulator but I have problems with the device (AppleTV). I get: Undefined symbols for architecture arm64: "_merge16_arm64_neon&q...
by soullessff
26 Jan 2016 23:21
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Bitcode Error.
Replies: 2
Views: 500

Re: Bitcode Error.

Hello Paolo,

The same here. Did you solve your problem?

Thanks
by soullessff
26 Jan 2016 23:03
Forum: VLC for iOS, iPadOS and Apple TV
Topic: tvos compilation problem
Replies: 77
Views: 10776

Re: tvos compilation problem

I've compiled running the build script and then archiving with Xcode but I got a framework without bitcode support. I did: # Clone the repo git clone http://code.videolan.org/videolan/VLCKit.git cd VLCKit # run the build script ./buildMobileVLCKit.sh -t # Archive with xcode xcodebuild -project "...
by soullessff
07 Jan 2015 03:41
Forum: Development around libVLC
Topic: Options VLCKit Ignored
Replies: 3
Views: 976

Re: Options VLCKit Ignored

Nop. I apply global options and it not works. For example, the last lines are ignored. NSMutableArray *defaultParams = [NSMutableArray array]; [defaultParams addObject:@"--play-and-pause"]; // We want every movie to pause instead of stopping at eof [defaultParams addObject:@"--no-colo...
by soullessff
07 Oct 2014 22:28
Forum: Development around libVLC
Topic: Options VLCKit Ignored
Replies: 3
Views: 976

Re: Options VLCKit Ignored

The same problem here. I don't understand. I think "addOptions:" method is a extremely important in VLCKit because It allow customise the player in a lot of ways. I can't imagine why it doesn't work.

I can't apply any command line options. Sad.
by soullessff
13 Aug 2014 12:55
Forum: VLC media player for macOS Troubleshooting
Topic: VLCKit - DTS/Dolby/AC3 --> Stereo
Replies: 4
Views: 1167

Re: VLCKit - DTS/Dolby/AC3 --> Stereo

Thanks dfuhrmann, I was reading a lot about it and I believe this is the correct way. However I've tried several commands and they don't work. The audio desync option is the only option I get works, [_media addOptions:[NSDictionary dictionaryWithObject:[NSNull null] forKey:@"audio-desync=-2000&...
by soullessff
13 Aug 2014 11:32
Forum: VLC media player for macOS Troubleshooting
Topic: VLCMedia Options doesn't work
Replies: 1
Views: 665

Re: VLCMedia Options doesn't work

I was testing several commands. The audio desync option works, [_media addOptions:[NSDictionary dictionaryWithObject:[NSNull null] forKey:@"audio-desync=-2000"]]; but the others (include the options I need : subtitle font or force 5.1 don't work) [_media addOptions:[NSDictionary dictionary...
by soullessff
05 Jun 2014 23:51
Forum: VLC media player for macOS Troubleshooting
Topic: VLCMedia Options doesn't work
Replies: 1
Views: 665

VLCMedia Options doesn't work

Hi, I'm trying to add option to VLCMedia object and I watch the video but the options doesn't work. I've tried several parameters from Command line help . I've tried several vlckit nightly builds but nothing. VLCVideoView *videoView = [[VLCVideoView alloc] initWithFrame:myFrame]; [[self contentView]...
by soullessff
15 May 2014 18:22
Forum: VLC media player for macOS Troubleshooting
Topic: VLCKit - DTS/Dolby/AC3 --> Stereo
Replies: 4
Views: 1167

Re: VLCKit - DTS/Dolby/AC3 --> Stereo

Hi,

Thank you for your response. I have libauhal_plugin.dylib in VLCKit plugins folder but I can't find some way to enable spdif with VLCKit. Can anybody say me if it's possible please?

Thanks
by soullessff
13 May 2014 14:18
Forum: VLC media player for macOS Troubleshooting
Topic: VLCKit - DTS/Dolby/AC3 --> Stereo
Replies: 4
Views: 1167

VLCKit - DTS/Dolby/AC3 --> Stereo

Hi,

I've added VLCKit to my project. When I play a movie, DTS/Dolby/AC3 pass-through doesn't support. Dolby Digital tracks seem to play as stereo.

How can I solve this?

Thanks
by soullessff
06 Apr 2014 19:40
Forum: Development around libVLC
Topic: Sign VLCKit Mac App Store
Replies: 6
Views: 1455

Re: Sign VLCKit Mac App Store

This blog explains a lot of details of this problem. http://furbo.org/2013/10/17/code-signing-and-mavericks/ I've tried the solution but I got "failed with exit code 1" :-( This stackoverflow question may be usefull too http://stackoverflow.com/questions/17263967/codesign-of-dropbox-api-fa...
by soullessff
05 Mar 2014 01:23
Forum: Development around libVLC
Topic: Sign VLCKit Mac App Store
Replies: 6
Views: 1455

Re: Sign VLCKit Mac App Store

Hi, Absolutely sure Jean. If you want use VLCKit in your OS X application, when you try to compile signing this application, it force to sign the frameworks too. Felix, I got compile VLCKit in Terminal. Then I try to change the configuration file and add the sign process… but it doesn't work. I love...
by soullessff
30 Jan 2014 00:19
Forum: Development around libVLC
Topic: Sign VLCKit Mac App Store
Replies: 6
Views: 1455

Re: Sign VLCKit Mac App Store

Nop :(
by soullessff
19 Nov 2013 11:27
Forum: Development around libVLC
Topic: Building VLCKit on Mavericks
Replies: 2
Views: 1397

Re: Building VLCKit on Mavericks

Hi, This happened to me when I try to compile the build but the project is not cleaned. The best way to compile VLCKit in Maverick is: - Clone the project - Go to project folder - Copy and paste in terminal: export CC=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr...
by soullessff
18 Nov 2013 18:47
Forum: Development around libVLC
Topic: Sign VLCKit Mac App Store
Replies: 6
Views: 1455

Sign VLCKit Mac App Store

Hi, I compile VLCKit from Terminal (OS X 10.9). However it's impossible to do it using Xcode 5. My application will be sandboxed so I need sign VLCKit too. I compile the project from Shell and all perfect. But when I open the project in Xcode, add my developer sign, come back to Terminal and compile...

Go to advanced search