Page 1 of 1

VLCKit IOS 377MB, smaller?

Posted: 10 Jul 2014 14:13
by guun
hi,
i tried to compile vlc kit and the lib has over 377mb after compiling.
i saw that the vlc binary itself only has 22megabytes. How can i reduce the vlckit"

The libavcodec has 40 mb for one architecture. (arm7, arm7s, arm764)
From vlckit i need only the MobileVLCKit. No other things.

I need only a mpeg4 codec for my local app.


- thanks for any information

Re: VLCKit IOS 377MB, smaller?

Posted: 13 Jul 2014 17:15
by fkuehne
There is nothing for you to do. Just link the framework and Xcode will automatically trim and shrink it to the size you know from our own app. Sounds a bit scary, but it isn't :)

Re: VLCKit IOS 377MB, smaller?

Posted: 01 Dec 2014 11:19
by linked
What is the expected size after Xcode has shrink it down ?

I get apps with 150Mo and suppose around 30-50Mo come from a normal app. This make the VLC addon around +100Mo.
Is this correct ?

Re: VLCKit IOS 377MB, smaller?

Posted: 06 Dec 2014 22:52
by fkuehne
That's not normal. VLC for iOS itself links against this library among other things (like 10 additional libraries plus a lot of artwork and UI code) and is 32 MB.