Search found 14 matches

Go to advanced search

by awfulcode
30 Jan 2017 19:06
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Compile for iOS can't find GDrive repository
Replies: 1
Views: 4829

Compile for iOS can't find GDrive repository

Hi guys,

I'm trying to use the compileVLCforiOS.sh script, but the URL it has for the GDrive SDK is not working (http://google-api-objectivec-client.goo ... unk/Source). Do you guys have any idea where should it be pointing to? Is there a nightly with this already fixed?

Thanks!
by awfulcode
29 Sep 2014 17:12
Forum: Development around libVLC
Topic: AC3 on iOS licensing
Replies: 3
Views: 873

Re: AC3 on iOS licensing

We distribute VLC for Mac from France and we don't believe we need to license anything for an AC3 decoder. What about iOS, though? The source code seems to indicate that it disables the AC3 decoder if the device is in a US timezone. I kept trying to find more info about this and I got almost none. ...
by awfulcode
02 Jul 2014 04:07
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Can't compile VLCKit for iOS (speexdsp?)
Replies: 15
Views: 2609

Re: Can't compile VLCKit for iOS (speexdsp?)

Found the bug reported here: https://trac.videolan.org/vlc/ticket/11702, but it was marked as worksforme. Still trying to properly disable it...
by awfulcode
01 Jul 2014 19:36
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Can't compile VLCKit for iOS (speexdsp?)
Replies: 15
Views: 2609

Re: Can't compile VLCKit for iOS (speexdsp?)

Looks like we need to find a way of compiling without it, or force a previous version of the repository. I guess that's what I'm doing tonight...
by awfulcode
30 Jun 2014 20:17
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Can't compile VLCKit for iOS (speexdsp?)
Replies: 15
Views: 2609

Can't compile VLCKit for iOS (speexdsp?)

Cloned the git, ran ./buildMobileVLCKit.sh and... fail. Seems to be something with the speexdsp patch? Are you getting this as well? What can I do to fix it? Thanks! make: *** [speexdsp] Error 1 ** BUILD FAILED ** The following build commands failed: Libtool build/MobileVLCKit.build/Release-iphoneos...
by awfulcode
17 Jun 2014 16:38
Forum: Development around libVLC
Topic: AC3 on iOS licensing
Replies: 3
Views: 873

AC3 on iOS licensing

Hi guys, I'm writing an app that uses libVLC and I'm trying to figure out what are the rules for the AC3 decoder. The source code for VLC seems to block the decoder from working if the timezone is set to US. I also saw that a lot of video apps got pulled from the App store for having an AC3 decoder....
by awfulcode
03 May 2014 04:00
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Getting VLC (or even VLCKit) to play nice with XCode
Replies: 1
Views: 672

Getting VLC (or even VLCKit) to play nice with XCode

Hi guys, I'm having a great time relearning how to code with VLC. The only thing that's been really tough is that when I open the project on XCode (5), a lot of the files aren't in the project, or aren't properly linked. Is there any way of getting this whole source tree to connect properly? I'm wor...
by awfulcode
01 May 2014 18:31
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Upload analytics
Replies: 2
Views: 437

Re: Upload analytics

Not sure my app will ever compete with VLC, but thanks!
by awfulcode
01 May 2014 17:13
Forum: Development around libVLC
Topic: When audio output device has more channels than track
Replies: 4
Views: 462

Re: When audio output device has more channels than track

I'm actually developing with MobileVLCKit. I'm forcing fmt->i_physical_channels to 5.1 so I can grab the data from all channels for a multichannel level meter. The behavior I want is for it to only map front left and front right, leaving all other channels muted.
by awfulcode
01 May 2014 05:56
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Upload analytics
Replies: 2
Views: 437

Upload analytics

Hi everyone,

I'm trying to figure out what upload methods I'm going to implement in my player, so I was wondering if the usage analytics for the player are publicly available to see which ones are the most popular. Is that shared anywhere?

Thanks.
by awfulcode
01 May 2014 05:53
Forum: Development around libVLC
Topic: When audio output device has more channels than track
Replies: 4
Views: 462

When audio output device has more channels than track

Hi guys, I'm trying to figure out the default behavior for when the audio track being decoded has less channels than the output device. So say I'm decoding a stereo track to a 5.1 output system, will it only send audio to front left and front right? Where can I see how those mappings work? Couldn't ...
by awfulcode
23 Oct 2013 21:25
Forum: VLC media player for macOS Troubleshooting
Topic: Can't get VLC iOS to compile
Replies: 1
Views: 365

Can't get VLC iOS to compile

Hey guys, I'm trying to get the iOS version to compile successfully, but so far I'm pretty lost. I tried with XCode 4.6.3 but it was asking for the 7.0 SDK, so I tried to force it to use the 6.1 SDK. That didn't work either. So I updated to XCode 5 and tried again. At least the whole script seemed t...
by awfulcode
17 Oct 2013 21:44
Forum: VLC for iOS, iPadOS and Apple TV
Topic: iOS compiling error in XCode 5
Replies: 22
Views: 6016

Re: iOS compiling error in XCode 5

iOS build is not yet Xcode 5 compatible.
Do you have any idea when it might be Xcode 5 compatible?

Go to advanced search