Video > VLC for iOS
VLC is a free and open source multimedia player for iOS.
This is the official mirror repository of VLC for iOS and tvOS application.
You can find the official repository here.
It's currently written in Objective-C / Swift and uses VLCKit, a libvlc wrapper.
Requirements
- Xcode 11.0+
- macOS 10.12+
- Cocoapods 1.4+
Building
VLC-iOS
Clone VLC-iOS:
git clone https://code.videolan.org/videolan/vlc-ios.gitRun the command
[sudo] gem install cocoapods(and then[sudo] arch -x86_64 gem install ffion Apple Silicon devices).Run
pod install(orarch -x86_64 pod installon Apple Silicon devices).Open
VLC.xcworkspace.Hit "Build and Run".
Custom VLCKit
Mostly for debugging or advanced users, you might want to have a custom local VLCKit build.
Clone VLCKit:
git clone https://code.videolan.org/videolan/VLCKit.gitInside the VLCKit folder, run the following command:
./compileAndBuildVLCKit.sh -a ${MYARCH}MYARCH can be
x86_64oraarch64.Add
-dfor a debug build (to have valid stack straces and asserts).Add
-nif you want to use you own VLC repository for VLCKit (See VLCKit README.md).Replace the VLCKit.framework with the one you just built.
Inside your vlc-ios folder, after a
pod update, do:cd Pods/VLCKitrm -rf VLCKit.xcframeworkln -s ${VLCKit}/build/VLCKit.xcframeworkHit "Build and Run".
Beginner's Guide
Can't get your project to build or run? Head over to the beginner's guide for help on common issues beginners tend to run into.
If you can't find your problem on the guide, please feel free to submit an issue.
Contribute
Pull request
Pull requests are more than welcome! If you do submit one, please make sure to use a descriptive title and description.
Commit
We try to follow a simple set of rules, outlined by this guide.
Additionally, commit messages should have all the information needed to understand the commit easily as the following:
Subject: Brief description
Description in detail if needed.
ticket related action
For example:
UPnP: Remove iOS 7 compatibility code
Closes #166
Further rules can be found on this Coding Style guide.
Gitlab issues
You can look through issues we currently have on the VideoLAN GitLab.
A beginner friendly tag is available if you don't know where to start.
Communication
Forum
If you have any question or if you're not sure it's actually an issue, please visit our forum.
Issues
You have encountered an issue and wish to report it to the VLC dev team?
You can create one on our GitLab.
Before creating an issue or ticket, please double check for duplicates!
Two templates are provided helping you report an issue and request a feature.
Each section of the template should contain at least one meaningful sentence in order to guarantee a proper understanding of the ticket.
Code of Conduct
Please read and follow the VideoLAN CoC.
License
VLC-iOS is under the GPLv2 (or later) and the MPLv2 license.
See COPYING for more license info.
More
For everything else, check our wiki or our support page.
We're happy to help!