Page 1 of 1

LibVLC for iOS precompiled library file

Posted: 03 Mar 2016 14:31
by stechmann
Hello, can someone please provide a link for a precompiled version of LibVLC for iOS? (.a file)

Unfortunately I seem unable to compile from the git repository

Re: LibVLC for iOS precompiled library file

Posted: 04 Mar 2016 17:43
by ssbmaccom
At the moment, live555 has been updated and therefore the build will fail. I assume this will be fixed very soon.
For the impatient ones:

Code: Select all

Files to change when live555 updates (backport to older vlc versions) ** VLCKit/MobileVLCKit/ImportedSources/vlc/contrib/src/live555/rules.mak : Line 3 ** === LIVE555_FILE := live.2016.02.22.tar.gz === ** VLCKit/MobileVLCKit/ImportedSources/vlc/contrib/src/live555/SHA512SUMS : Line 1 ** === 813a38d3d2068658e377d8b4ad4431d34bce1126ec590ef5a65c4add44605ca0316397edb407d78be63ebd0e40fac149aec8f992e0ef721d95ba9c6fe2638ddd live.2016.02.22.tar.gz ===
These changes should work at the moment, until the next live555 version is out and the one referred here is removed.

Nightly builds are available at http://nightlies.videolan.org
Follow the Link to MacOS X, go one folder up, then go into iOS. This brings you to http://nightlies.videolan.org/build/ios/
There you find several builds of MobileVLCKit.

Cheers,

SSB

Re: LibVLC for iOS precompiled library file

Posted: 09 Mar 2016 11:21
by stechmann
Hallo, thanks for the links.

The build script runs for a long time, then fails because I dont have Java installed. Very weird.

Anyway, I have downloaded a ZIP file from the nightlies website.

Inside it, there is a .framework file.

I was hoping to find a simple .a library file.

Any hints on how to obtain .a files?

Thank you