libvlc on IOS
-
Hi,
Has anyone worked on libvlc on IOS?
For android, I downloaded VLC-Android-3.2.1-armeabi-v7a.apk
and linked to libvlc.so file extracted from that apk.
Then I could use C-code to call the method of libvlc like
libvlc_media_player_play( p_mi )
which I can call in Qt.
MobileVLCKit seems the library targeting IOS but it is based on objective-c, so I don't think I can call libvlc method in Qt.I am looking for C-code based libvlc binary targeting IOS but I could not find it yet.
-
Hi,
Has anyone worked on libvlc on IOS?
For android, I downloaded VLC-Android-3.2.1-armeabi-v7a.apk
and linked to libvlc.so file extracted from that apk.
Then I could use C-code to call the method of libvlc like
libvlc_media_player_play( p_mi )
which I can call in Qt.
MobileVLCKit seems the library targeting IOS but it is based on objective-c, so I don't think I can call libvlc method in Qt.I am looking for C-code based libvlc binary targeting IOS but I could not find it yet.
@samdol said in libvlc on IOS:
so I don't think I can call libvlc method in Qt
You can. https://doc.qt.io/qt-6/ios.html