Page 1 of 1

Android & iOS dev

Posted: 04 May 2018 16:03
by apap
Hi all,

I am used to dev with libvlc on desktop, I was wondering how about Android and iOS ? source code is shared ?

I found this repo for Android : https://github.com/videolan/vlc-android
and this one for iOS : https://github.com/videolan/vlc-ios

Maybe Android and iOS rely on prebuilt libvlc binaries ?

Re: Android & iOS dev

Posted: 04 May 2018 17:30
by chouquette
Those repos are mirrors from the actual repositories:
https://code.videolan.org/videolan/vlc-android
https://code.videolan.org/videolan/vlc-ios

Both projects have their own build script, which will compile libvlc:
- Android: https://code.videolan.org/videolan/vlc- ... compile.sh
- iOS: https://code.videolan.org/videolan/VLCK ... dVLCKit.sh