http://www.cocoachina.com/bbs/read.php?tid=231898
VLC for IOS 2.3.0 this post belongs to Cocoachina member, reprint please specify source and post addressabout VLC configuration problem, according to personal experience to organize a bit, I hope to help the needs of friends.
website Link:https://wiki.videolan.org/IOSCompile/
Baidu Cloud Disk link: Http://pan.baidu.com/s/1bnEOXPH Password: ur4l
Configuration instructions (Baidu cloud disk)
Official website Follow the instructions can be just download the address is a Google what site, so you understand.
Baidu Cloud disk download down need to configure the following file vlc/ios/external This folder has six files (shortcuts): Medialibrarykit,mobilevlckit,plcrashreporter,quincykit,gtl, Upnpx
Reconfiguration under these six file paths can be used, VLC source code is to distinguish between the real machine and the simulator
Terminal configuration Path
1. Enter the external folder at the terminal
2, Ln-s-F is the terminal to modify the file path, about the terminal commands do not understand the friends please Baidu, this is not swim.
The real machine uses the Release-iphoneos, the simulator uses the Release-iphonesimulator
Ln-s-f/users/stlink/desktop/vlc/ios/importedsources/medialibrarykit/build/release-iphoneos MediaLibraryKit
Ln-s-f/users/stlink/desktop/vlc/ios/importedsources/vlckit/build/release-iphoneos MobileVLCKit
Ln-s-f/users/stlink/desktop/vlc/ios/importedsources/plcrashreporter/build/release-iphoneos PLCrashReporter
Ln-s-f/users/stlink/desktop/vlc/ios/importedsources/quincykit/client/ios/quincylib/build/release-iphoneos Quincykit
Ln-s-f/users/stlink/desktop/vlc/ios/importedsources/gdrive/build/release-iphoneos GTL
Ln-s-f/users/stlink/desktop/vlc/ios/importedsources/upnpx/projects/xcode4/upnpx/build/release-iphoneos upnpx
3, the path is correct, then no problem, ls-l view file path
After the modification is complete, you can start the VLC/IOS/VLC for ios.xcodeproj
Note: I sometimes configure the correct path but the file is still an error, this case decompression re-engage, temporarily do not know how to deal with.
Simpleplayback
This is a demo of VLC online playback, path: vlc/ios/importedsources/vlckit/examples_ios/simpleplayback
Items directly copied out can not be used, to be configured under.
LIBMOBILEVLCKIT.A This demo uses this static library. The static library distinguishes between the real machine and the simulator. Static Library I don't know how to configure it, and I haven't done it a few times.
However, there is another way to mobilevlckit.framework this does not distinguish between the real machine and the simulator.
Path: Vlc/ios/importedsources/vlckit/build
Note: Deployment target is less than 7.0
END
Finally hope to help the needs of friends, do not know how to contact me, qq:527993842, add friends Please explain thank you, because the work may not be able to reply in time, please forgive me, and I was just contact VLC.
VLC for IOS 2.3.0