Hi,
Is there any C-code based libvlc binary targeting iphone(IOS)?
To target Android device, 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 ) -- A1
MobileVLCKit seems the library targeting IOS but it is based on objective-c, so I don't think I can use C-code like A1 to call libvlc method.
I also saw
https://www.videolan.org/vlc/download-ios.html
but this also seems not C-code based library.
Thank you in advance.