I am developing an iOS app related to multimedia in Swift. I want to use libVLC library in my project. Is it possible to use libVLC in Swift project? If yes, how?
Asked
Active
Viewed 831 times
0
-
This is 99% likely going to be closed for being too broad. I provided some starting direction below – Alexander Nov 05 '16 at 03:45
-
Yes, it is possible to do most anything when implementing an iOS app. But, that does not mean it is a good idea. A video app will push computational resources to the limits, you should be using AVFoundation directly since it can take advantage of built in H.264/H.265 hardware on modern iOS device. – MoDJ May 09 '19 at 21:14