Building MobileVLCKit from git.videolan.org repository on macOsX with XCode

Posted by ztepsic on Stack Overflow See other posts from Stack Overflow or by ztepsic
Published on 2010-11-03T01:46:32Z Indexed on 2010/12/27 16:54 UTC
Read the original article Hit count: 299

Filed under:
|
|
|
|

I would like to make an application for iOS(iPhone and iPad) that can play streaming videos through RTSP protocol (that includes mms). I imagined to achive a specified application using VLC player or libVLC library.

On the official vlc git repository (http://git.videolan.org/?p=vlc.git;a=tree) in projects/macosx/framework/ folder there is xcode project MobileVLCKit.xcodeproj for which I assume that is a somewhat usable VLC framework for iOS.

Now the problem is that I can't/don't know how to build this project. When I try to build MobileVLCKit.xcodeproj I get an error that says it can't find files inside extras/contrib/hosts/i686-apple-darwin10/ios/ folder.

I have looked within that folder (extras/contrib) and managed to create folder (with files) extras/contrib/hosts/i686-apple-darwin10/ with make, but there is no ios folder.

So, does anybody knows how to successfully build MobileVLCKit?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about ios