-
Notifications
You must be signed in to change notification settings - Fork 56
Compile QmlVlc for iOS Devices #20
Comments
I think it's possible but I didn't try it yet. My current goal is solve same task for android (since I don't have developer license for iOS) |
Hello RSATom, thank you for this project. I run QmlVlcDemo on Win7,Ubuntu and see libvlc power. So I want to use QmlVlc on Android device. Can you please explain a little bit what must I do. I'm on Ubuntu 14, Qt5. Must we compile vlc-android and use compiled libs? In fact, I'm new on compiling. Can you please help me? |
I didn't try it with Android, so can't help you. Sorry. You could start from: https://wiki.videolan.org/AndroidCompile/ |
@julienchevet Same errors for me. Did you solve it? |
@mzafers, didn't hear somebody got it working on iOS. |
I am having the same problem, has anyone solved this yet? |
Sorry, I didn't try QmlVlc on IOS. |
Anyone managed to build for ios? Stuck on:
|
I'm interested in using this approach on an iPhone/iOS as well. Anyone any experiences with that? Got it working or gave up? |
I'm trying to compile your project QmlVlcDemo on iOS devices.
I have successfully compile it on a Mac by simply adding the vlc library compiled for mac osx in the .pro file, see code below :
Then I have compiled VLC for iOS and tried to add it to the project like that :
I have tried with
libvlc.a
andlibvlccore.a
, but when I build I've got these issues :Do you think it's possible to compile QmlVlc for iOS Devices ? Can you help me do this ?
The text was updated successfully, but these errors were encountered: